I'd hardly say that anyone can have a coma "removed". Usually they just get better and wake up.
 
 
(Just having a little fun. Please continue!)


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Sherlock
Sent: Friday, November 10, 2006 10:30 PM
To: jQuery Discussion.
Subject: [jQuery] Since updating to 1.0.3 & converting to getJSON

I am having an error only in IE with the following

'expected identifier  string or number'


thats what inferior explorer (v6 on wk2) says

I have googled the error and a number of pages suggest removing the last coma

http://cow.neondragon.net/index.php/1404-Internet-Explorer-_javascript_-Errors

4089 $.getJSON(
4090 "./ajax/json.php",
4091 { asJSON: 1, class: "jlink", id: htmlDoc },
4092 function(json) { .... });

if IE is suggesting the correct line of the error then its 4091 and then in that case the coma is required to separate  the params from the callback

any guidance is appreciated 
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to