Brad Perkins schrieb: > Thanks for the tip. That looks promising. > > Brad
If you use load() or $.ajax with the dataType option set to 'html',
javascripts will be evaluated.
$('#target').load('from/here.php');
$.ajax({
url: 'from/here.php',
dataType: 'html'
});
For more information on that see documentation.
-- Klaus
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
