Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: JQuery Issues

put your jquery code in the footer.php file, not the div…
for example:
script type=”text/javascript” src=”wherever the jquery plugin file is” /script
script type=”text/javascript”
jQuery(document).ready(function($){
your code
});
/script

ryt above wp_footer();
i have left out < in the script part above coz these forums wont allow code argh! lol

Skip to toolbar