Search and Top Navigation
#7131 closed feature (fixed)
Opened March 18, 2011 12:56PM UTC
Closed May 09, 2011 07:04PM UTC
Tabs: Add beforeload event; deprecate ajaxOptions and cache options
Reported by: | scottgonzalez | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.9.0 |
Component: | ui.tabs | Version: | 1.8.10 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The ajaxOptions and cache options are being removed in favor of a new event: beforeload. The beforeload event will receive a jqXHR object and the settings object that will be passed to jQuery.ajax().ajaxOptions is replaced by modifying the settings passed to beforeload and caching can be implemented by calling event.preventDefault() to prevent the ajax call and jump straight to showing the tab.
Attachments (0)
Change History (5)
Changed March 18, 2011 12:56PM UTC by comment:1
priority: | minor → blocker |
---|---|
status: | new → open |
Changed March 18, 2011 12:58PM UTC by comment:2
blocking: | → 7133 |
---|
Changed March 18, 2011 12:58PM UTC by comment:3
blocking: | 7133 → 7133, 7134 |
---|