On Oct 27, 12:16 pm, "Rick Faircloth" <r...@whitestonemedia.com>
wrote:
> How about using a class instead of ID's?
>
> $('a.toggle_effect_button').click(function() {
>
>         $(this).toggle('blind',500);
>
>         return false;
>
> });


That would hide the <a> itself (which is not what his repetitive code
does)

Reply via email to