Modify ↓
Ticket #10900 (closed bug: wontfix)
jQuery.load() stops executing inline scripts on error
| Reported by: | Finn | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | ajax | Version: | 1.7.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
If an inline script block loaded with .load() encounters an error, all subsequent script blocks in the loaded HTML are skipped.
Fiddle here: http://jsfiddle.net/Q8uVw/
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

jQuery won't and shouldn't catch exceptions for you.
You can easily catch it yourself.