I am having an error only in IE with the following
<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote"><div style="margin-left: 40px;">'expected identifier string or number'
</div></blockquote><div>
thats what inferior explorer (v6 on wk2) says
I have googled the error and a number of pages suggest removing the last coma
<a href="http://cow.neondragon.net/index.php/1404-Internet-Explorer-Javascript-Errors" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://cow.neondragon.net/index.php/1404-Internet-Explorer-Javascript-Errors</a></div><span></span><div>
<span></span></div><div>
<a>4089</a><span> $.getJSON(</span></div><div><a>4090</a><span> "./ajax/json.php",</span></div><div>
<a>4091</a><span> { asJSON: 1, class: "jlink", id: htmlDoc },</span></div><div><a>4092</a><span> function(json) { .... });
</span></div>
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.comhttp://jquery.com/discuss/