Skip to main content

Search and Top Navigation

Ticket #5070: jquery-ui-tabs-context.js.patch


File jquery-ui-tabs-context.js.patch, 0.3 KB (added by snover, January 17, 2010 06:16AM UTC)

Patch to set the context of tabs AJAX requests

--- jquery-ui.orig.js	2010-01-17 00:10:50.000000000 -0600
+++ jquery-ui.js	2010-01-17 00:05:39.000000000 -0600
@@ -8939,6 +8939,7 @@
 		}
 
 		this.xhr = $.ajax($.extend({}, o.ajaxOptions, {
+			context: self._ui(self.anchors[index], self.panels[index]),
 			url: url,
 			success: function(r, s) {
 				$(self._sanitizeSelector(a.hash)).html(r);

Download in other formats:

Original Format