« Return to Thread: How do you get jQuery tabs working in Wordpress 2.8?

Re: How do you get jQuery tabs working in Wordpress 2.8?

by Ozh :: Rate this Message:

Reply to Author | View in Thread

>
> init_my_script();
>

jQuery(document).ready(function(){
        init_my_script();
});
might change if the error is because you're firing the init before
jquery-tabs have loaded (they're in the footer now, remember)

Ozh

_______________________________________________
wp-hackers mailing list
wp-hackers@...
http://lists.automattic.com/mailman/listinfo/wp-hackers

 « Return to Thread: How do you get jQuery tabs working in Wordpress 2.8?