Do i need any additional file other than jquery.js/jquery-min.jsd in order to enable the ajax jquery calls to the server?
i want to use $.getJSON method....
apoorvabade
2010-08-04 07:02:43
That is a 'shorthand' method, that actually calls `$.ajax`, and it too is in the script.
sje397
2010-08-04 07:04:24
yes... But it is not working.... the URL that we give in th getJSON call is any url which is matched in web.xml of the application and accordingly the function is invoked... am i correct?
apoorvabade
2010-08-04 07:06:34
if you could post an example here plz... i am using spring mvc3.0....
apoorvabade
2010-08-04 07:54:35
It's not a jquery ajax problem. Examples of it's use are [here](http://api.jquery.com/category/ajax/) ... but you should be able to debug the server just by hitting the url with your browser.
sje397
2010-08-04 11:52:50