Chris Domigan wrote:
>
> Sounds like you have a custom script being loaded in by ajax, eg .load()
> and
> eval'd which is throwing the error. Any syntax errors in your custom
> script?
>
This is the offending code:
function updateSectionForm(sectionidVal) {
$.getJSON("index2.php",
{no_html:"1",
task:"getsection",
sectionid:sectionidVal }
);
}
--
View this message in context:
http://www.nabble.com/missing---before-statement-tf2818327.html#a7866521
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
- [jQuery] missing ; before statement Mungbeans
- Re: [jQuery] missing ; before statement Chris Domigan
- Re: [jQuery] missing ; before statement Mungbeans
- Re: [jQuery] missing ; before statement Erik Beeson
- Re: [jQuery] missing ; before statement Mungbeans
- Re: [jQuery] missing ; before stateme... Mungbeans
- Re: [jQuery] missing ; before sta... Erik Beeson
- Re: [jQuery] missing ; before sta... Karl Rudd
- Re: [jQuery] missing ; before stateme... Erik Beeson
- Re: [jQuery] missing ; before sta... Mungbeans
- Re: [jQuery] missing ; before... Blair McKenzie
- Re: [jQuery] missing ; before... Mungbeans
