Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Function used to reload the portion of a page using javascript

$('#thisdiv').load(document.URL +  '  #thisdiv');

•	Be sure to include a space before the id selector when concatenate.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Function #reload #portion #page #javascript
ADD COMMENT
Topic
Name
9+4 =