Few jquery errors , Attention J Query Gurus, invalid label
Attention J Query Gurus J Query gurus can you put some light on this matter please? I am using J Query method for Ajax calls in my asp.net projects $.ajax({ type:”POST”, url:”WebService/WsCountry.asmx/getCountryList”, data:”{optionvalue:’”+checkedValue+”‘}”, contentType:”application/json; charset=utf-8″, datatype:”json”, success:function(response) In above I am using “datatype” as small characters, its working 100% for me in one project also [...]
