Advertisement
zigojacko

toplinks-modal-trigger

Jul 17th, 2013
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.77 KB | None | 0 0
  1.             <li class="test-link">
  2.                 <!-- Button to trigger modal -->
  3.                 <a href="/stores" class=".topclass" data-target="#StoresModal" data-toggle="modal">Launch demo modal</a>
  4.             </li>
  5.              
  6.             <!-- Modal -->
  7.             <div id="StoresModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
  8.               <div class="modal-header">
  9.                 <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
  10.                 <h3 id="myModalLabel">Flavour Vapour Stores</h3>
  11.               </div>
  12.               <div class="modal-body">
  13.                 <p>Loading...</p>
  14.               </div>
  15.               <div class="modal-footer">
  16.                 <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
  17.                 <button class="btn btn-primary">View Stores</button>
  18.               </div>
  19.             </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement