chosen/chosen.jquery.js

8 lines
109 B
JavaScript

(function( $ ){
$.fn.chosen = function() {
// Do your awesome plugin stuff here
};
})( jQuery );