I have a drop down list which is populated with an ajax request, that is called with selecting a value from another drop down. The request is handled perfectly well every time, but when no operation i
Here is what I have so far: $(function () { dataValModify(\'body\'); $(\'body\').bind(\'ajaxSuccess\', function (e, xhr, settings) {
i have a problem with Ajax Request ( Basic function ) here\'s ajax function function ajax(){ var activexmodes=[\"Msxml2.XMLHTTP\", \"Microsoft.XMLHTTP\"]
I have an Ajax function which looks like : function getData(p) { loadingImage(); p = p.replace(\"frame_\", \"\");
I have saved this as an ajax.js file: function sendAjax(type, str) { var xmlhttp; if (str==\"\") { document.getElementById(\"txtResp\").innerHTML=\"\";
I am trying to iterate through my checkboxes that are in a fieldSet and if the checkbox is checked, I would like to add the id of the checkbox to an array that would be one of my parameters for my Aja
What is the best way to implement an Ajax request queue using jQuery? Specifically, I want to accomplish the following:
Some time ago I started learning of ExtJS library and now I would like to create following: There is a browser window and it is separated verticaly.
I have a list of custom objects. These objects have 2 datetime properties on them. I need to get a list of unique (ignore the time part) datetime objects from the two objects properties.