[jQuery] Re: Is it possiblwe to use this in slection

2009-05-06 Thread Eric Garside
Yes, you can. this refers to the HTMLElement in the context of an event handler. Though, your syntax is a bit wonky, should be: $('#slickbox' + this.id).toggle(400); On May 6, 4:13 am, Christos tsam...@gmail.com wrote: Hi all, I wanted to ask whether we can use this for selecting in jquery.

[jQuery] Re: Is it possiblwe to use this in slection

2009-05-06 Thread Christos
Thanks a lot Eric, It worked fine.