Pages

Friday, June 5, 2015

bootstrap show modal dialog in anchor tag

bootstrap show modal dialog in anchor tag

I am getting started in bootstrap recently.
I learned how to open a modal dialog via button.

But How shall I show a modal dialog via anchor tag ?

First, Open a Modal Dialog via Button.

A Sample Code is shown here.

http://pastebin.com/6Pb61PLL


Again Modifying the same code to access modal dialog via anchor tag.


 <a href="#myModal" data-toggle="modal" data-target="#myModal"  onclick="javascript:test();">Open Large Modal </a>
 
This code is located here.
 

No comments:

Post a Comment