Hi this is my first post, thus I hope I am in the right forum. when I load the forum I get an error on page that states permission denied.
My problem:
In jquery I am accessing a form field as follows:
if($("[name=jobs_type]:checked").val() == "neo"))
The page functions fine but it has the error on page message on the bottom left corner of the browser stating jobs_type is undefined.
jobs_type is the name assigned to 3 radio buttons.
Any help in solving the undefined is appreciated.