Ticket #5849 (closed bug: worksforme)
Load method does not work correctly in Firefox
| Reported by: | vanches | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.4.1 |
| Component: | ajax | Version: | 1.4 |
| Keywords: | load, Firefox | Cc: | |
| Blocking: | Blocked by: |
Description
Bug with jquery method 'load' Description: In FireFox does not work method 'load' correctly.
If we load html file from folder witch separated 'upper' to the file in which we load, it does not work. But it works well, then we load from lower folder.
Example: pages/some-page.html (it works correctly in all browsers, except FireFox)
Attachments
Change History
Changed 3 years ago by vanches
-
attachment
jquery-load-bug.zip
added
comment:1 Changed 3 years ago by addyosmani
- Priority changed from major to low
- Status changed from new to closed
- Resolution set to worksforme
Testing your submitted code with jQuery 1.4.2 in FireFox 3.6.10, everything works fine without any exceptions or error output (this is with the same folder structure that you mention).
If you would like us to test your code in a specific version of FireFox, please feel free to re-submit your ticket and we will be more than happy to re-investigate this issue.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

In FireFox does not work method 'load' correctly.