Opened 13 years ago
Closed 13 years ago
#5518 closed bug (invalid)
load() method using relevant paths
Reported by: | vanches | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | ajax | Version: | 1.3.2 |
Keywords: | load, Firefox, FF | Cc: | |
Blocked by: | Blocking: |
Description
Hi,
tried to include .html file in .html file
files structure: inc_part.html pages/my_file.html
write in my_file.html
<script type="text/javascript" src="../../../js/jquery-1.3.1.js"></script> $(document).ready(function(){
$("#loader").load('../inc_part.html');
})
<div id="loader"></div>
It works in all browsers, except Firefox 3.5.5 How can I solve the problem?
Note: See
TracTickets for help on using
tickets.
Try debugging a complete test case using help in the forums first, then reopen this ticket with the test case if it truly appears to be a bug. You haven't shown what is in the html file that's pulled in by .load(), that may be part of the problem.