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
Post a Comment