Tag Archives: dynamic

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

FancyBox: Dynamically Change iframe URL before Lightbox Load

One of the cool little tricks I stumbled across was the ability to dynamically alter the URL of an iframe loading fancybox implementation and thought it a good idea to share over here. Continue reading

Posted in Technology & Code | Tagged , , , | View Comments