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
6 views

Problems with window.location in confirm box

i have created a code which post a uid to a different server on confirm dialog click and on button click it works fine the code below for confirm box: function andpop() { var qes = confirm( " " ); ...
0
votes
1answer
9 views

Creating a native browser login using meteor/jQuery

I would like to prompt a native login for my admin page (something like this http://demo2.opencrypt.com/oc/members/). I'm aware that most like I have to use $.ajax and force it to response ...
0
votes
0answers
13 views

my firefox plugin is sending data to my website but website is not recieving the data

code on my plugin to send data on website var req=new XMLHttpRequest(); req.open("POST","my website url ",true); req.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); ...
0
votes
0answers
19 views

jquery ajax post method not work in iis7

I have problem with ajax call in IIS 7 in MVC , i use jquery ajax like this: $.ajax({ url: '@Url.Action("IsLoanNumberValid", "File")', type: 'Post', cache: false, data: { ...
0
votes
0answers
12 views

chang api data through jquery-ajax

I have tastitype/api resource : class PinResource(ModelResource): submitter = fields.ToOneField(UserResource, 'submitter', full=True) image = fields.ToOneField(ImageResource, 'image', ...
0
votes
1answer
10 views

Call controller Method to return view in javascript

I am working in ASP.Net MVC. I am calling an Action Method from Javascript to redirect to another page. Following is my code. $.ajax({ type: "POST", datatype: "JSON", ...
0
votes
3answers
28 views

How to call local MVC 4 function inside ajax call

In my SPA website i need to send antiforrgery token over to server by ajax. I use this article method: ...
-1
votes
0answers
33 views

create datatables server-side using json and ajax

In my sql database I have a table 'products' and I need to display them in Datatables I wrote the following code, but its not working. No tables are being displayed. can anyone suggest be whats wrong ...
-2
votes
0answers
19 views

loading dynamic content and then showing next page in jquery mobile [closed]

I am new to jquery mobile, i am developing cross-platform mobile application. Pages are dynamic ie.it load the data from the remote server. I want if user navigates to any page then datamust be ...
0
votes
1answer
18 views

Durandal - jQuery $.getJSON promise not working as expected

I'm trying to follow the example given to create a module in the Durandal docs, located here: http://durandaljs.com/documentation/Creating-A-Module/ I'm unable to figure out why my promise object ...
1
vote
1answer
14 views

having trouble with jquery .context and .index

here is my PHP code to generate a dynamic product table: while($item = mysqli_fetch_array($result)) { enter code here $i++; $pic = "cartimg/".$item[2]; echo "<div ...
0
votes
1answer
40 views

showing popup before loading the home page

I have an issue about to show a popup before starting the home page of my site, the idea is that the first thing to show is a popup with a list of language of site (en, fr , es ,...) so after chosing ...
0
votes
1answer
21 views

Making jQuery $.ajax call to Twitter API 1.1 search

Here is a very simple example of a call to Twitter's search API to get all tweets from a tag known to have tweets, #fml. I believe I am correctly using the application-only authentication as ...
1
vote
1answer
17 views

AJAX and Jinja2

I want to use an AJAX call with parameters within a Jinja2 template. But how do I make it possible? I want to do something like this. JavaScript: $.get("test.html", { name: "John", time: "2pm" } ); ...
0
votes
2answers
41 views

Servlet can't use String from jQuery ajax [closed]

EDIT: I don't know how but its working now and the code is the same. Maybe some Netbeans problem/bug? Well thanks for the answers everyone :) I've been searching for a solution for my problem and I ...
4
votes
2answers
70 views

jquery .on() from append

I'm really confuse about how to add a click event to element created by jquery. Now, I generate elements like this: $.ajax( params.... ) .done(function(item){ $.each(item, function(i, some){ ...
1
vote
1answer
34 views

SoundCloud: how to stop background playing?

I'm using ajax page switching method with SoundCloud script. How to stop playing music when the user leaves the page with SoundCloud container? What I must to do? Please help! Here is a page where I ...
0
votes
0answers
13 views

Returning CSV File in AJAX Post request

I have created one AJAX post request to one URL which requires some POST parameters to be set. The return type of the URL is text/csv. Is there any way I can start the download of the csv file after ...
0
votes
1answer
31 views

What is wrong with my AJAX login management code? login.php is working, but ajax.js wont

What is wrong with my AJAX login management code? When I try to login using my username and password, it goes perfectly with PHP, but my AJAX code wont to be work at all! What is the problem? (NOTE: ...
0
votes
1answer
15 views

cant read json data passed to $.ajax to php curl

I have passed data to ajax to curl but cant parse json data which i get in ajax call my ajax code. $.ajax({ url: 'http://localhost/curl_call.php', type:"POST", data: { ...
-3
votes
4answers
40 views

onchange of textbox is not working using jquery [closed]

When i change text of textbox, this function (xyz)is not calling.I am using Qtip2 Plugin. I need to apply tooltip when someone changes text of textbox.I have tried so many ways but did not succedd. ...
0
votes
2answers
19 views

Javascript weather API text only

I would like to use a text based weather API(Google API if exists) to show the current temperature of a given point(latitude,longitude). I don't want to show the map, only the value... In fact, What ...
-2
votes
2answers
30 views

JQuery Ajax, Rails [closed]

I have no idea how to get about this. Say I want to animate a comment that has just been posted, maybe making it fade in, how would I set an ID to it in Rails so that I could select it and animate it? ...
0
votes
2answers
15 views

Only one script source workable either ajax or jquery only. any solution pls?

I got the following script src which i need jquery to do drag and drop div and I need ajax to do uploading in php. When I applied both script src only one workable which is top 1. Any solution to ...
0
votes
1answer
9 views

Tooltip on textchange of textbox in jquery

I am using Qtip2 plugin for tooltip.Tooltip plugin working fine.But i want qtip comment when someone changes quantity in textbox. I have tried this code but it display tooltip on onfocus. ...
-1
votes
2answers
29 views

How to render a pdf from bytestream in ajax response

I am working on a mobile application.we are using jquery-mobile. we have an option to view or download the records in pdf format. I dont have the control on backend. I will get the pdf data in json ...
-2
votes
1answer
10 views

multi upload with ajax in mysql+PDO

I need to know how make my code accept multi upload and insert the path of the images into the db without refresh the page. this is the code with the thing I working now: the page.php <form ...
0
votes
1answer
21 views

.live working but .on not working

If I am using .live debugger goes inside block and it opens up the dialog,but if i use .on it doesn't. Why? $('#btnCreateNewSet').live("click", function (e) { debugger; ...
0
votes
1answer
16 views

Parsing and formatting xml data before loading it into jQueryUI tabs (via AJAX)

I'm trying to load content into jQueryUI tabs via AJAX using the technique described in the documentation here: http://jqueryui.com/tabs/#ajax. $('#tabs').tabs(); <div id="tabs"> ...
0
votes
0answers
13 views

Jquery tooltip plugin qtip2

I am using Qtip2 plugin of jquery.I am able to set tooltip for all controls. But now i want tooltip when i hover on radiobutton.And Inside tooltip this should display. ...

1 2 3 4 5 508
15 30 50 per page