[jQuery] Re: Livequery event firing multiple times

2008-06-02 Thread Gordon
You're right, I guess after getting used to the standard way of doing it without livequery I just totally missed that. I'm still having a problem though, I changed the code so the livequery event only ever fires once, but no matter which groups I click the "Ass question" button for the result is

[jQuery] Re: Livequery event firing multiple times

2008-05-30 Thread Brandon Aaron
After a quick glance at the code you pasted... it looks like you are using the Live Query plugin within the click event. This somewhat negates the purpose of Live Query. Try moving the Live Query block outside the 'click' binding block ... within the document.ready block. -- Brandon Aaron On Fri,