/ Published in: jQuery
A quick template for extending javascript/jQuery functionality
Expand |
Embed | Plain Text
(function($) { $.extend($.ui.tabs.prototype, { _tabify: function(init) { //Do stuff here //We extended the _tabify function of jQuery's tabs } }); })(jQuery);
You need to login to post a comment.
