Questions tagged [jquery-delegate]

`.delegate()` is a function within jQuery JS framework, that attaches events to the specified elements within specified existing root element, even if they do not exist at the time events are attached.

.delegate() works similarly to .live() and is documented on the jQuery documentation page for .delegate().

31 questions
0
votes
1 answer

Lightbox on images loaded by jquery from picasa

I am having a jquery plugin that loads images from Picasa album. But when am trying to add light box to it, it doesnt work. I have read some where that we can to use .delegat or .live or .on in jquery when content is loaded after the dom loads. But…
esafwan
  • 17,311
  • 33
  • 107
  • 166
1 2
3