Hi
Try adding return false into your click handlers to stop the browser
calling the url in the href'
$("#rssInfo").hide();
$("a#subscribeRollover").click(function () {
$("#rssInfo").show("fast");
return false;
});
On 24 Ott, 03:52, dsizemore <[EMAIL PROTECTED]> wrote:
> Hi,
>
> In my first attempt at showing and hiding a div with jQuery, I've
> hacked together this code and I'm looking for any thoughts on what I
> did wrong (if anything?) The code seems to work in FireFox, IE7, and
> Safari/Chrome. Opera an
2 matches
Mail list logo