Tag Archives: hover event

jQuery: Livequery and the Hover Event

Before jQuery’s native live() and delegate() functions came into being, the default for handling binding on late generated DOM elements was to make use of the excellent Brandon Aaron plugin LiveQuery (otherwise known as Live Query). Today we look at how one handles the hover event using a livequery declaration.
Continue reading

Posted in Tutorials, jQuery | Tagged , , , , livequery | View Comments