jQuery JavaScript Library suite for AJAX requests. A full set of functions that allows to load data from the server using asynchronous HTTP requests, without a browser page refresh.

learn more… | top users | synonyms

0
votes
2answers
8 views

Durandal: how to properly make ajax requests in shell activate function

When my SPA initializes it has to make some ajax calls that need to run before any views get loaded. I have placed these in the activate function of shell.js. In other views I return these calls from ...
-4
votes
1answer
21 views

how to load an xml data into a select tag drop down list? [on hold]

need help with loading a list of cities in select's tags. this cities are stored in an xml format. is there a nice simple solution to this? Thanks in advance!
0
votes
1answer
12 views

jQuery deferred always method

I need to do something when an ajax request is completed, irrespective of it's failure or success. I am using jQuery deferred objects "always" method for this. My question is inside "always" method ...
0
votes
2answers
17 views

posting multiple arrays to .net webservice using javscript

Hello guys I'm struggling posting multiple arrays to a .net web service here is the signature to my web service. <WebMethod()> _ Public Function Lib_Processor(ByVal w_vendor As String(), _ ...
0
votes
0answers
10 views

Attach image to custom menu in wordpress

i'm trying to attach an image to a wordpress custom menu for that i made a admin walker and added a link that uses the new wp.media (3.5) uploader with the featuredImage file frame. everything is ok ...
0
votes
1answer
26 views

Procees form no working well

I am trying to send this form, but this does not work The processor in jquery : function processorform(id) { jQuery(function() { var $ = jQuery; $('.sp-poll-'+id+' ...
0
votes
1answer
21 views

Autocomplete Jquery dataSource with JSON

I'm using the autocomplete widget of JQuery using JSON to parsed the db information but doesn't work. There are lots of questions like mine but I've not been able to find a solution. My php file with ...
0
votes
1answer
19 views

How to return values from a jquery plugin?

How can I return some values from a plugin? Here is my plugin, (function($){ $.fn.extend({ get_authentication: function(options) { var defaults = { file: ...
0
votes
0answers
51 views

Microsoft AJAX vs jQuery AJAX

When calling an ASMX service, what benefits (if any) does this: ProjectName.Services.ServiceName.MethodName('methodParameter', function (result) { // do something with result }); have over ...
1
vote
2answers
28 views

working with jQuery promises

I found some interesting posts about jQuery promises and I was trying this feature myself. I wrote the following code but I ran into a problem. var promises = []; ...
2
votes
5answers
45 views

Ajax JQuery Passing Data to POST method

I am a newbie at javascript and jquery and I would like some help if possible. I searched and tried to make it work, but I think I am missing something simple. I have the following method in my cs ...
0
votes
0answers
14 views

Auto populate in jQueryMobile select

I wonder i couldn't get any valuable resource from the web ob this. I codded the below select options and stuck to rebuild with new options for the second select in Jquery mobile. I believe some one ...
0
votes
0answers
14 views

How to stop socket reconection when calling Ajax requests made from Jquery?

I am having a socket connection running on node.js using socket.io library. I have a connect to socket statement at top of my script I have to make to ajax requests through jquery load dynamic ...
-1
votes
1answer
33 views

AJAX request with Jquery without page refresh, using both options object and callback

I am attempting to validate and post form data, using the Jquery form plugin, as well as validate (http://jquery.malsup.com/form/#ajaxForm). I have tried sending data without validation, and it works ...
1
vote
4answers
36 views

Load textfile content into text area

I m using jquery ajax to get the text file content and those need to show in the text area here is my front end code function getFileText() { var fileName = "fileName.txt"; var data = { ...

1 2 3 4 5 1065
15 30 50 per page