A Google search for "missing ; before statement" yields:
http://www.google.com/search?client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial_s&hl=en&q=%22missing+%3B+before+statement%22&btnG=Google+Search
The first hit is this:
http://www.webdeveloper.com/forum/archive/index.php/t-28861.html
The last post says this:
I've found the problem...wouldn't take "1_2", "2_2", etc... as a value for
my hidden feild...
I notice your code also has an underscore in a parameter name. Maybe try
removing the underscore?
--Erik
On 12/13/06, Mungbeans <[EMAIL PROTECTED]> wrote:
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 mailing list
[email protected]
http://jquery.com/discuss/