[jQuery] Re: slideDown & slideUp - Anyone Know How?

2008-02-21 Thread Macarrão
Or simply remove the "dead link (#)"! :) On 21 fev, 01:40, Karl Swedberg <[EMAIL PROTECTED]> wrote: > If you're clicking on a link, you need to return false inside the > click handler. > > For example ... > > $('a').click(function() { >// do something ... >return false; > > }); > > --Karl

[jQuery] Re: Problem with form validation (works in FF, but not in IE)

2008-02-21 Thread Macarrão
Hails! Well, I've been using this plugin and it works nice! I think you'd better give the attribute "name" the same value as the "id" attribute. I believe IE and Opera selects by name insted of id. On 20 fev, 22:58, "Chris Jordan" <[EMAIL PROTECTED]> wrote: > Hi folks, > > This page

[jQuery] Tooltip with Lightbox

2008-04-06 Thread Macarrão
Hi! I've been using the jquery.tooltip with Lightbox, but the Tooltip 'steals' the title attribute value and the Lightbox can't show it! What can I do to solve this? Any suggestion? Have anyone had the same problem?