Tab 1 content
Tab 2 content
Tab 3 content
When using async: false for ajaxOptions, all tab interactions break after selecting the dynamically loaded tab in IE7.
To reproduce
- Use IE7 (and below?)
- Interact with existing tabs, notice they behave as expected
- Click on "Load new tab" button
- Interact with original tabs, notice they still behave as expected
- Click on the dynamically loaded tab
- Interact with any tabs, notice the JavaScript error and tabs no longer work
Toggle async setting to true in the source and retest, notice tabs behave as expected