Opened 14 years ago
Closed 13 years ago
#4525 closed bug (invalid)
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
Change History (3)
comment:1 Changed 14 years ago by
need: | Review → Test Case |
---|
comment:3 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Not related to #4690 - we really need a test case in order to verify what's going wrong here.
Note: See
TracTickets for help on using
tickets.
Can you provide a complete test case?