jquery-fieldselection
jquery-fieldselection copied to clipboard
Latest Jquery version are not supported
At least that's what i've noticed
Here is the trick
//var e = (typeof this.id == 'function') ? this.get(0) : this; //old jquery this is true on latest not
var e = (this instanceof jQuery) ? this.get(0) : jQuery(this).get(0); //new jquery checking