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

rest - Spring boot: Request method 'PUT' not supported -

php - Magento - Deleted Base url key -

symfony - imagine_filter() not generating the correct url in LiipImagineBundle -