/ Published in: HTML
Expand |
Embed | Plain Text
(function($){ $(document).ready(function(){ var containerId = '#container', $container = $(containerId); $('a').live('click', function(e){ $container.load($(this).attr('href') + ' ' + containerId); e.preventDefault(); }); }); })(jQuery);
You need to login to post a comment.
