[jQuery] Re: SlideDown Issue.. help!

2010-01-18 Thread for...@gmail.com
Hi, can you tell me the alternative to make it only work on the select 'a' On Jan 18, 11:56 am, Andre Polykanine an...@oire.org wrote: Hello forcer and all, You have: $('a').click(function()... This tells jQuery to perform the function on a click to every a link. -- With best regards

Re: [jQuery] Re: SlideDown Issue.. help!

2010-01-18 Thread Nathan Klatt
On Mon, Jan 18, 2010 at 6:19 AM, for...@gmail.com for...@gmail.com wrote: Hi, can you tell me the alternative to make it only work on the select 'a' Simplest way is to give the 'a' an id: a id=alias-box-link href=#alias-box style=font-size:10px;Custom Alias/a Then set its click handler this