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 Version returned as 3 digit integer | |
* | |
* Allows you to perform version ranges if ( jQueryVersion() < 170 ) | |
* Useful for plugin dev with events and dealing with live, delegate, and on | |
* | |
* @author Eclarian LLC | |
* @return integer | |
*/ | |
var jQueryVersion = function() { |