Side navigation
#13226 closed bug (notabug)
Opened January 16, 2013 03:12AM UTC
Closed January 16, 2013 03:35AM UTC
latest CDN build breaks $.fn.ajaxStart and $.fn.ajaxStop
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
an existing site was referencing the latest build from the jQuery CDN. this evening on all servers the preloader failed to dismiss, despite no changes to any client side code. referencing a copy of jquery on disk (I think 1.7) solved the issue.
Attachments (0)
Change History (3)
Changed January 16, 2013 03:21AM UTC by comment:1
owner: | → anonymous |
---|---|
status: | new → pending |
Changed January 16, 2013 03:29AM UTC by comment:2
status: | pending → new |
---|
version 1.8 (or earlier) works as expected: http://jsfiddle.net/moagrius/BRUHW/
version 1.9 fails silently http://jsfiddle.net/moagrius/BRUHW/1/
Changed January 16, 2013 03:35AM UTC by comment:3
resolution: | → notabug |
---|---|
status: | new → closed |
Please use the Migrate plugin, it would identify the problem immediately:
http://jsfiddle.net/dmethvin/BRUHW/2/
All the messages are documented here:
https://github.com/jquery/jquery-migrate/blob/master/warnings.md
This issue is missing from the upgrade guide, I'm adding it now.
Hi, can you please provide a test case? A text description that says something is broken does not help us diagnose the problem.