Nathan Klatt-2 wrote:
> 
> On Sun, Jan 24, 2010 at 12:42 PM, Bugman1400
> <trae.be...@coachmanridge.com> wrote:
>> a href="javascript:void(0);" onclick='$.get("dotest.php",{ cmd:
>> "approve",
>> id: "57" } ,function(data){ alert('What the Heck'); });'> Approve /a
>> ...
>> How come I get no response? Is there a further way to debug? I've heard
>> that
>> Ajax errors may be silent unless you specify.
> 
> Well, this is gonna piss you off, but the problem with that particular
> example is you've got unescaped ticks inside of ticks - check the JS
> concole. Change to the following and it works:
> 
>        javascript:void(0); Approve 
> 
> Nathan
> 
> 
That still did not work for me. What is the best way to check the JS
console? I am currently using MS FP. Should I switch to something like
FireFox?

Thanks!!
-- 
View this message in context: 
http://old.nabble.com/This-code-is-too-complex-for-a-noob%2C-can-someone-break-this-down.-tp27282222s27240p27301598.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to