Why this jquery plugin not working with 1.4.2
Posted
by metal-gear-solid
on Stack Overflow
See other posts from Stack Overflow
or by metal-gear-solid
Published on 2010-04-28T09:16:44Z
Indexed on
2010/04/28
9:23 UTC
Read the original article
Hit count: 174
jQuery
http://plugins.jquery.com/project/semantictabs
What is the means of this Status - Recommended for 1.0.x
I'm using this plugin code as it is http://plugins.jquery.com/files/jquery.semantictabs.js_4.txt
then this ( I'm also using prototype.js onsite)
jQuery.noConflict();
jQuery(document).ready(function(){
$("#mytabset").semantictabs({
panel:'.mypanelclass', //-- Selector of individual panel body
head:'headelement', //-- Selector of element containing panel header, i.e. h3
active:':first' //-- Which panel to activate by default
});
});
© Stack Overflow or respective owner