This is the function.

$("a.bookmarked").click(function(){
        var url_id = $(this).attr('href');
        var status = $(this).attr('class');
                        
        $(this).toggleClass("not");
                           
        $.ajax({
                type: "POST",
                cache:false,
                url: url_id,
                                        
        });
return false;
}); 

No matter what I try still same thing. Will not work in Chrome or
opera...frustrating.

Any other ideas?

Thanks,

Dave

-----Original Message-----
From: Andreas Möller [mailto:localhe...@l8m.de] 
Sent: February-01-10 8:57 AM
To: jquery-en@googlegroups.com
Subject: Re: [jQuery] Browser / AJAX help

> Yes its there...just a miss on the copy / paste. No errors reported in 
> FF or IE using firebug / IE developer bar.

Like, in the Firebug console?


Best regards,

Andreas

Reply via email to