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">



You still have no_html with an underscore...

--Erik
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to