How do i use Javascript to load content on the same page without reloading the entire page,
A:
The easiest way is to use the jQuery append method: http://api.jquery.com/append/ or the jQuery text method: http://api.jquery.com/text/
kingjeffrey
2010-04-14 10:28:34
Assuming you are not grabbing that content from another location, in which case you would want to use AJAX as oezi mentions.
kingjeffrey
2010-04-14 10:29:48