How to bind .hover() to dynamically created “li” elemtent? [duplicate]
…you need to use .on() delegated event handling with mouseenter and mouseleave and an event handler for each.
…you need to use .on() delegated event handling with mouseenter and mouseleave and an event handler for each.