HQuintas Posted January 11, 2012 Report Share Posted January 11, 2012 Boas Qual a melhor forma de apresentar um conteudo (texto, fotografias, etc) numa DIV ?- Usar jquery? function loadContent(Div, sourceUrl) { $(Div).load(sourceUrl); } - Usar innerHTML? document.getElementById('A').innerHTML="<div style=...'...- Outro método? Quote Link to comment Share on other sites More sharing options...
Question
HQuintas
Boas
Qual a melhor forma de apresentar um conteudo (texto, fotografias, etc) numa DIV ?
- Usar jquery?
...
- Outro método?
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.