flatlogic/bootstrap-tabcollapse

Tabcollapse did not appear in small screen

Closed this issue · 5 comments

In the big screen it seems to work well, however in the small screen it doesn't show anything, but when I resize it appears ? Can anyone help me, Thanks !

Here is my code: Pls use http://www.freeformatter.com/html-formatter.html to make it easy to look @@ i cannot format it

<textarea rows="50">

Step 2: Verify Information

Name:
Address:
Contact Number:
Home:
Office:

Step 2b: Another Address to Delivery ?

Click here
Name:
Address:
Contact Number:

Step 3: Review the CART

Step 4: Chossing Payment Method

<script type="text/javascript" src="js/bootstrap-tabcollapse.js"></script> <script> $('#orderTab').on('shown-accordion.bs.tabcollapse', function (e) { console.log('accordion about to be shown'); }); $('#orderTab').tabCollapse(); </script> </textarea>

sorry i cant understand you html right now but i have same problem in my code too please add
$(window).resize();
in your code may work for you

@ali-khan-confiz thanks since two days i've been working on it

$(window).resize(); where can I add this

@borisNG $(window).resize(); where can I add this

@sandeep-barla its been a long time but i think to do that you should add it on right after the window load event