Skip to main content

Bug Tracker

Side navigation

#5518 closed bug (invalid)

Opened November 16, 2009 11:44AM UTC

Closed November 16, 2009 11:42PM UTC

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?

Attachments (0)
Change History (1)

Changed November 16, 2009 11:42PM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

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.