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
| /*! | |
| * 2 jQuery Plugins for detecting if an element is in the current viewport (visible from the current scroll positions). | |
| * | |
| * $.isWithinViewport - for detecting if the element is fully in view | |
| * $.inViewport - for detecting if the element is partially in view | |
| * | |
| * Copyright 2016 James Buncle | |
| * | |
| * Released under the MIT license. | |
| * http://jquery.org/license |
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
| /*! | |
| * jQuery Plugin for responsively scaling text to fill it's parent width. | |
| * | |
| * Copyright 2016 James Buncle | |
| * | |
| * Released under the MIT license. | |
| * http://jquery.org/license | |
| * | |
| */ | |
| (function ($) { |
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
| /*! | |
| * jQuery SmallCaps | |
| * | |
| * Demo: https://jsfiddle.net/jbuncle/9wwrkbrf/ | |
| * | |
| * Copyright 2013 James Buncle | |
| * | |
| * Released under the MIT license. | |
| * http://jquery.org/license | |
| * |
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
| /*! | |
| * jQuery Toggle Attribute | |
| * | |
| * Copyright 2013 James Buncle | |
| * | |
| * Released under the MIT license. | |
| * http://jquery.org/license | |
| * | |
| */ | |
| (function($) { |
NewerOlder