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
Post a Comment