SyntaxFix
Write A Post
Hire A Developer
Questions
You need to use ajax.
http://api.jquery.com/jQuery.ajax/
<code> $.ajax({ url: 'ajax/test.html', success: function(data) { $('.result').html(data); alert('Load was performed.'); } }); </code>