[wp-hackers] How do you get jQuery tabs working in Wordpress 2.8?

Ozh ozh at planetozh.com
Thu Jun 18 11:19:35 GMT 2009


> 
> 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



More information about the wp-hackers mailing list