#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: | |
Blocked by: | Blocking: |
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 (1)
Change History (2)
Changed 14 years ago by
Attachment: | jquery-load-bug.zip added |
---|
comment:1 Changed 13 years ago by
Priority: | major → low |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
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.
In FireFox does not work method 'load' correctly.