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
0answers
37 views

How to send cross domain ajax request with JSON response

I want to send a cross domain ajax request(http://dict.qq.com/dict?q=language), but the server only provides JSON(Not JSONP) response, is there anyway to make the request ? Here's what i've did: var ...
0
votes
1answer
51 views

JQuery .submit() a FORM don't works

I'm increasing my system by entering the functionality of loading a page inside a div dynamically, in the other words, the central area of the page is updated. For this I am using the JQuery. But even ...
0
votes
1answer
14 views

Ajax works on a server but not locally

Below code works correct on server, but not locally. I don't use localhost, i just open html file in firefox. I need to make it works like that because this is for phone app (phonegap) and it wont be ...
0
votes
1answer
31 views

How to inspect the successful result of a jQuery AJAX request and abort the jQuery.load() before it inserts the content?

I am using the jQuery.load() method to make an AJAX request and insert some content into my page. I would like to be able to add some kind of global handler that will inspect the result of my ...
0
votes
1answer
19 views

failing to get jsonp response using jquery ajax

I want to invoke a rest service in another domain using Jquery ajax request. My piece of code is : ad1,city,sp,pc,cn will taken by getElementbyID. ...
1
vote
1answer
29 views

Preventing page refresh from button in ASP.NET

I'm trying to display GridView on a jquery dialog. To bind data into gridview, i'm clicking button via jquery as below. $('#' + '<%= btnBindGridViewData.ClientID %>').trigger("click"); But ...
1
vote
2answers
17 views

@RequestBody doesn't allow the request to the controller?

I am new to Spring . From my previous search in google says that we can send JSON data to the Spring Controller using the @RequestBody and we can get the data in the controller. But when I used the ...
1
vote
1answer
35 views

JQuery redirect doesn't work really good

I have a the following problem. I have a JQeury Script, which load With Ajax every Second a Page. When the response is "go" he should redirect to a other page. This works only, when he directly gets ...
-1
votes
1answer
14 views

Jquery ui Submit form ajax asp.net [on hold]

Hi Guys im still learning jquery and ajax, down below is an example of what im trying to do but the problem is that this one is in mvc so its confusing me. I was just wondering if someone could ...
0
votes
2answers
22 views

How to fire a method in aspx.cs file using ajax

I wanna call a method on PersonalDetails.aspx.cs page using Ajax. I have tried to it using following code. but it doesn't worked. I just wanna fire the method included in the PersonalDetails.aspx.cs ...
0
votes
1answer
15 views

Login page shows inside UpdateTargetId when ajax action is [Authorize]

I have a AJAX form & a action method corresponding to that Form. I want this form keep [Authorize]. AJAX Form: @using (Ajax.BeginForm("Vote", "Rate", null , new ...
0
votes
1answer
19 views

jQuery: Accumulating loop bug, unsure of source, code & console included

What I'm trying to do: When an <li> element having two specific attributes (data-model and data-state) is clicked, a function should collect the data-id attribute of every <li> element ...
-4
votes
0answers
34 views

Create an HTML table when click to cell [on hold]

I have a table that is generated on the fly, as it is generating its TDs,from json file I want when click on a cell in one of the rows get all Rows for this cell in a new table this is a code for my ...
0
votes
0answers
11 views

dynamically fill table with ajax response

After post a result with ajax, try to dynamically crate html code with response but it doesn't work.Actually i couldn't merge with xsl and ajax response.Probably,appending way of input and form ...
0
votes
0answers
8 views

Roundcube plugin ajax request doesn't work

Looking at the Roundcube official documentation i'm trying to learn roundcube framework to develop a storage plugin. The Javascript (it's just a test) doesn't return anything and i don't really know ...

1 2 3 4 5 1067
15 30 50 per page