Modify ↓
Ticket #3187 (closed bug: invalid)
jQuery load crashes ie6
| Reported by: | jacoor | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.3 |
| Component: | ajax | Version: | 1.2.6 |
| Keywords: | Cc: | jacoor, flesler | |
| Blocking: | Blocked by: |
Description
I am usign jQ v 1.2.6 When trying to use $('#galeria').load('/'+$.cookie('ln')+'/desired/ #galeria',{}, function(){.....
ie6 crashes. The source of this problem is #galeria at the end of load URI
Change History
comment:2 Changed 5 years ago by flesler
- need changed from Review to Test Case
Your details are not quite enough to be able to handle this. Could you provide a test case ? a minimalistic html file with the requires html and js to reproduce the problem. Thanks.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

I tested this with nightly builds, the same...