flexsider not working in Bootstrap tabs and jquery tab -


i trying put flexsider inside bootstrap tab. first tab working second tab flexsider not working. after tabs working fine flex slider. please me. flexsider compatible bootstrap tab or jquery tab. please examples.

you might have missed tabs plugin code this. following code snippet same.

<script type="text/javascript" src="assets/twitterbootstrap/js/bootstrap-tab.js"></script>   <script type="text/javascript">     jquery(document).ready(function ($) {         $('#tabs').tab();     }); </script>  

hope helps you.


Comments

Popular posts from this blog

javascript - Create websocket without connecting -

how to do line continuation in perl debugger for entering raw multi-line text (EOT)? -

android - Linear layout children not scrolling -