Side navigation
#4525 closed bug (invalid)
Opened April 13, 2009 01:34AM UTC
Closed November 11, 2009 08:02PM UTC
Chrome and .load not friends
Reported by: | williamstam | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | ajax | Version: | 1.3.2 |
Keywords: | chrome load | Cc: | |
Blocked by: | Blocking: |
Description
my code is as follows
$("#content").load("page.asp");
on page.asp i have some javascript and css... works fine on all other browsers.. shows everything well... in crome its asif there was no css and the javascript fails. the page imports other pages via the ".load" and then jquery code works on those imported pages to "react" with the mater page
Attachments (0)
Change History (3)
Changed April 14, 2009 04:18PM UTC by comment:1
need: | Review → Test Case |
---|
Can you provide a complete test case?