Erik Beeson wrote:
> 
> 
> I notice your code also has an underscore in a parameter name. Maybe try
> removing the underscore?
> 
> 
> 

I've just been through the tedious process of removing the underscore from
every class and id in the program.  I doubt it is the problem.  I am now
getting this new error message:

callback is not a function
jquery.js (line 1730)
anonymous


If I include a callback function into the JSON call, eg:
         $.getJSON("index2.php", 
                {no_html:"1", 
                task:"getsection", option:"com_gravesearch",
                sectionid:sectionidVal },
        function(json){
          alert(json);
        }
        ); 

Then I get the error message:
missing ; before statement
jquery.js (line 1931)
<select name="regionid" id="regionid" class="selectbox" size="1"> 
-- 
View this message in context: 
http://www.nabble.com/missing---before-statement-tf2818327.html#a7867224
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to