javascript - SlideTabs for Wordpress autoheight -


if familiar slidetbas wordpress can please me out.

it there way autoheight content viewer based on active tab?

i tried add this:

jquery(document).ready(function () {     jquery("#slidetabs_983").setcontentheight(); }); 

to javascript particular slidetab (id 983) didn't work.

http://www.slidetabs.com/ website , can see demo on there.

thanks

use autoheight: true slider tab setting

jquery(document).ready(function () {     jquery("#slidetabs_983").slidetabs({         // define options below         autoheight: true     }); }); 

Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -