I don't have any expirience in ajax functions of jQuery. I'm trying to make simple call like:
$.get ("ajaxsupport/login");
I have a servlet with url-pattern ("ajaxsupport/login").
When I type in browser's address field "http://localhost:9090/ajaxsupport/login" I see some result. But $.get (..) doesn't even make a call.
What is the problem?
I use jquery 1.3.1