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

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - UICollectionView Self Sizing Cells with Auto Layout -