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
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to