This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Sample HTML to use | |
<a class="modal-dialog"><img src="thumb.png" alt="Image Title" data-full-size="full-size.png"></a> | |
// Look for modal pop-ups | |
var modalPops = $("a.modal-dialog"); | |
//If there's modals, inject all the necessary code. | |
if(modalPops.length) { | |
//First add the data attributes |