UNPKG

@audithsoftworks/jquery.uniform

Version:

A jQuery plugin to make your form controls look how you want them to. Now with HTML-5 attributes!

18 lines (12 loc) 218 B
define( function() { "use strict"; return function( n, elem ) { var matched = []; for ( ; n; n = n.nextSibling ) { if ( n.nodeType === 1 && n !== elem ) { matched.push( n ); } } return matched; }; } );