Questions tagged [jquery-1.4]

For issues relating to using jQuery, version 1.4.

jQuery is a cross-browser JavaScript library that provides abstractions for DOM traversal, event handling, animation, and AJAX interactions for rapid web development.

73 questions
161
votes
7 answers

jquery live hover

I'm using the following jquery code to show a contextual delete button only for table rows we are hovering with our mouse. This works but not for rows that have been added with js/ajax on the fly... Is there a way to make this work with live…
Jorre
  • 17,273
  • 32
  • 100
  • 145
49
votes
9 answers

What real purpose does $.noop() serve in jQuery 1.4?

Pouring over the release notes regarding jQuery 1.4, I came acrosss $.noop() which is: Description: An empty function. (added in 1.4) You can use this empty function when you wish to pass around a function that will do nothing. Perhaps I'm missing…
Sampson
  • 265,109
  • 74
  • 539
  • 565
17
votes
4 answers

jQuery Animate Padding to Zero

I have the following snippet that toggles padding when hovering (see example here):