i am learning AJAX. i have visual studio 2010 and in that intellisense feature is not showing the open() and send() methods of XMLHttpRequest class.
i have added jquery library files to my page and jquery is working fine but AJAX is not working.
please guide me.
here is a code snippet
var xmlhttp;
function loadevent()
{
xmlhttp = new XMLHttpRequest();
xmlhttp.
}
when i press the "." it only shows 7 standard attributes like propertyof, constructor, tostring etc.