This file contains hidden or 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
| javascript:elem=document.getElementById("dev-outliner");if(elem){elem.parentNode.removeChild(elem);}else{document.body.insertAdjacentHTML('beforeEnd', '<style id="dev-outliner">*{border:1px rgba(255,0,255,0.4) solid !important;}</style>');} |
This file contains hidden or 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
| /** | |
| * Easy Gallery Focus jQuery Plugin | |
| * Author: Drew Douglass | |
| * Author URL: http://dev-tips.com | |
| * Version: 0.2 | |
| * License: MIT | |
| * | |
| *@params | |
| * onMouseOverCallback - (optional) Callback function for when element is hovered. Default is null. | |
| * onMouseOutCallback - (optional) Callbacl function for when mouseout occurs on the element. Default is null. |
NewerOlder