I tried using this
<a href='#modal1' role='button' class='btn' data-toggle='modal1'>Launch demo modal</a>
JHTML::_('bootstrap.renderModal','modal1',array('title'=>'radd','url'=>'home','height'=>'20px','width'=>'30px'),'footer');
but nothing happens ..
I am not sure how to resolve this.
I have tried to jQuery.noConflict(); before using Jhtml::_('bootstrap.modal');
No luck.
any ideas please