bluewalrus
12-21-2010, 10:49 PM
I have multiple things happening on a page and they all were working but now nothing happens for one of them and I'm not sure why. Firebug, safari inspector/ chrome inspector are bringing up no error messages which leaves me with nothing to go on. The problem is here, or earlier on (I notice it here):
<h1><a href="javascript:saveAuthor();" onclick="ajax(request = 3); return false;">Save Author</a><a href="javascript:cancelAuthor();" onclick="cancel_form(); return false;">Cancel</a></h1>
The cancel functions but the onclick doesn't trigger I tried an alert to confirm this part. This button does work when a different function reveals it ( there are two options to get this to show).
Are there any other JS debugging options I can try or a way to turn on error reporting?
<h1><a href="javascript:saveAuthor();" onclick="ajax(request = 3); return false;">Save Author</a><a href="javascript:cancelAuthor();" onclick="cancel_form(); return false;">Cancel</a></h1>
The cancel functions but the onclick doesn't trigger I tried an alert to confirm this part. This button does work when a different function reveals it ( there are two options to get this to show).
Are there any other JS debugging options I can try or a way to turn on error reporting?