Bug Tracker

Opened 13 years ago

Closed 13 years ago

#5398 closed bug (invalid)

html, events and bind in IE

Reported by: yusufnb Owned by: brandon
Priority: major Milestone: 1.4
Component: event Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:

Description

Here is what I am doing:

  1. Loading some html into a div via ajax.
  2. Binding mouseover and mouseout events on various nodes within my div.
  3. On certain click, reloading the div with new html content via ajax.
  4. Binding mouseover and mouseout events on various nodes in this same div for the new content.

The above works fine in Chrome and Firefox but simply doesn't work in IE. The internal html structure is totally changed in case of IE.

You can see this live on my website at quotescollections.com . Just do a mouse over on quotations and click next, prev few times. Try again in IE. You should see the bug.

Change History (1)

comment:1 Changed 13 years ago by dmethvin

Resolution: invalid
Status: newclosed

Please reopen with the minimum test case required to demonstrate the problem. A full web page with irrelevant content makes it more difficult to fix. You may want to ask for help on the forums.

Note: See TracTickets for help on using tickets.