SimonJanes wrote:
How do I bind an event handler to an query with $().bind() without
chaining the event-- what I want to do is set the event handler only
if it wasn't already set for that matching element.   I don't want
that handler to be called twice (or three, four, etc times) for that
event.

Read the following all the way through, and you'll get several techniques for doing this. Near the bottom is one of the best techniques, so do read it all:

    http://docs.jquery.com/Tutorials:AJAX_and_Events

Cheers,

  -- Scott

Reply via email to