How can bootstrap plugin disable for desktop -


i want disable bootstrap jquery plugin desktop , reinitialize on mobile, how can achieve when testing on desktop. there way.

i didnt found pre built solution plugin, while foundation provide functionality data-interchange.

@thelittlepig thanks.... using collapse plugin.

i have figure out how achieve this, using responsive layout classes, example have fixed below:

 <h3 class="panel-title">      <span class="hidden-xs">flight details</span>      <a class="visible-xs" data-toggle="collapse" data-parent="#accordion" href="#collapse-flight-details">flight details</a>  </h3>   <div id="collapse-flight-details" class="panel-collapse collapse in">     <div class="panel-body">hi</div> </div> 

Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -