Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

javascript to reload django partial

// Where tag_cloud is the id of the Div you are reloading (Note the space before the 2nd #)
$('#tag_cloud').load(' #tag_cloud', function(){$(this).children().unwrap()})
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #javascript #reload #django #partial
ADD COMMENT
Topic
Name
8+6 =