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:[email protected]]
Sent: February-01-10 8:57 AM
To: [email protected]
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