Sha256: 70ce1c8919787a7e1ac8b6b2e8dd353f1f44ef8529783a0ac7f3330c49349bb2
Contents?: true
Size: 551 Bytes
Versions: 36
Compression:
Stored size: 551 Bytes
Contents
( function( factory ) { if ( typeof define === "function" && define.amd ) { // AMD. Register as an anonymous module. define( [ "jquery", "./version" ], factory ); } else { // Browser globals factory( jQuery ); } } ( function( $ ) { // Support: IE8 Only // IE8 does not support the form attribute and when it is supplied. It overwrites the form prop // with a string, so we need to find the proper form. return $.fn.form = function() { return typeof this[ 0 ].form === "string" ? this.closest( "form" ) : $( this[ 0 ].form ); }; } ) );
Version data entries
36 entries across 36 versions & 4 rubygems