Basically, that article, and its "Part 1" which is linked at its beginning, talk about the various ways to work around the behavior you are seeing. See http://docs.jquery.com/Frequently_Asked_Questions#Re-binding
Yes that solution is mentioned. Even though micah's suggesting his is "quick and dirty" it is a viable solution. The Part 1 article, which can be found here: http://www.learningjquery.com/2008/03/working-with-events-part-1, contains 3 links to plugins that may help you manage this situation. Note that the plugin links are in the first paragraph and labeled "these three plugins". Note that each word in that link is a separate link. On Sep 1, 4:37 pm, me-and-jQuery <[EMAIL PROTECTED]> wrote: > Hi Brad. Here I can see the same hint as micah was talking about > (unbind and then bind). Or do you have any other solution in mind? > Thanks. > > On Aug 31, 2:51 am, Brad <[EMAIL PROTECTED]> wrote: > > > Have a look at the article > > athttp://www.learningjquery.com/2008/05/working-with-events-part-2.