Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html><head>
- <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'></script>
- <!--patched modal-->
- <script type='text/javascript' src='http://pastebin.com/raw.php?i=kNt5szSR'></script>
- </head><body>
- <a href="http://pastebin.com/raw.php?i=XQkYph7e" data-target="#html_modal" data-toggle="modal">test1</a>
- <a href="http://pastebin.com/raw.php?i=8RXghQmy" data-target="#html_modal" data-toggle="modal">test2</a>
- <div class="modal hide" id="html_modal" tabindex="-1" role="dialog" aria-labelledby="htmlModalLabel" aria-hidden="true">
- <div class="modal-header">
- <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
- <h3 id="htmlModalLabel">title</h3>
- </div>
- <div class="modal-body">
- <p class="text-info">connecting...</p>
- </div>
- <div class="modal-footer">
- <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
- </div>
- </div>
- <script type="text/javascript"><!--
- document.getElementById('html_modal').onremoteload=function(){
- document.getElementById('htmlModalLabel').innerText=document.getElementById('modal_title').innerText;
- };
- //--></script>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment