Bootstrap modal in joomla 3.1 -


how use bootstrap modal in joomla 3.1 ? have bootstrap loaded , when try initialise

 $('#confirmdelete').modal(); 

my modal window $(...).modal not function

easiest way have found use data attribute, data-toggle="modal". example be:

<a href="#my-modal" data-toggle="modal" class="btn">launch modal</a> 

Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -