[jQuery] Re: Combining other plugins with Intercept

2008-06-17 Thread Ariel Flesler
Ah.. one more thing... Instead of $(document).intercept (or listen) you can simply use $.intercept. Cheers -- Ariel Flesler http://flesler.blogspot.com On 17 jun, 04:03, Lion29 <[EMAIL PROTECTED]> wrote: > Hello! > > I have recently discovered the beauty of event delegation and the best > optio

[jQuery] Re: Combining other plugins with Intercept

2008-06-17 Thread Ariel Flesler
Not related to the topic, but Intercept will work faster if you replace: "a.thickbox, area.thickbox, input.thickbox" --> ".thickbox" It won't be doing a search, but a filter, so the more you specify, worse perfomance you'll get. As for the plugins... I doubt plugin owners will actually make on

[jQuery] Re: Combining other plugins with Intercept

2008-06-17 Thread R. Rajesh Jeba Anbiah
On Jun 17, 12:03 pm, Lion29 <[EMAIL PROTECTED]> wrote: > Hello! > > I have recently discovered the beauty of event delegation and the best > option for me was Intercept plugin. > It is cool to bind only once certain events and then you are care- > free. > > But now I have more needs. I would like