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

capture ajax events between postback asp.net mvc3

I am building an Asp.net MVC3 web application and i am facing a problem and need help in how to resolve that problem. the task is create an import page to import user data into web site. the ...
2
votes
1answer
26 views

What is the best approach into make a website mobile-friendly?

I need to make our website "mobile-friendly". The site is made in ASP.NET approx 5 years ago and the option is to add mobile-friendly feature without having to recode the whole website. The website is ...
0
votes
0answers
27 views

ajax call fails in different computers

This ajax call works fine on my computer, mobile phone & the other windows on my vmware on my laptop (all browsers), but when I test it on my laptop's ubuntu or my other computer it doesn't work ...
0
votes
1answer
36 views

jQuery not getting proper div ID - works on most sites, but not on one

I have a WordPress plugin that I wrote. I'm using it on several of my own websites with no problems, but one of the people that installed it is having an odd issue in the jQuery. The issue is ...
0
votes
0answers
14 views

Issue in calling Ajax from magento

enter code here I am new to magento. I am trying to call Ajax from JavaScript. I created a Module and one controller. I enabled that module as well as controller. My Package Name is Package and ...
0
votes
1answer
25 views

How do I Use Bootstrap PopOver and jQuery to Remove an Item

I have a Bootstrap popover which shows a 'Remove' button action: <a href="#" class='dd' rel="popover" data-content="<a href='#' class='removeNote btn' data-id='{{$note->id}}' ...
0
votes
0answers
25 views

how to perform event function on dynamic generated input tag (check box)

I am new with JQuery ; i have written a code to add up products from one table to other on checked dynamically like this FIDDLE : this code is working fine for me as you can se in fiddle . Now i have ...
0
votes
0answers
10 views

Check authenticate application in all pages

I'm check authenticate user by jquery.ajax and httphandler and when true then redirect to homepage. I want As long as the user has not login ,can't redirect the other pages (by url,..). I change ...
1
vote
2answers
36 views

Need to populate countries list and respective states list in combo box

Am looking for a Javascript API which would return all the country details and state details in JSON / JSONP format. I searched a lot and couldnt get any such API service. Can you please help me on ...
0
votes
0answers
14 views

load event in jquery

i am working in ASP.Net MVC. I have following JavsScript code. $.ajax({ type: "POST", url: "@Url.Action("AcceptPersonalInfo","Register")", ...
0
votes
0answers
27 views

Adding data to backend using jQuery

I am unable to add data in backend .I am using jquery to pass the input to backend and add new row in list. I am using listview for showing data and inside insert template of listview , Here is my ...
0
votes
1answer
14 views

ASP.NET UpdatePanel's and JQuery UI Accordian's

I am having an issue. I have this code: <div id="accordion"> <h3>Categories</h3> <div style="text-align: center; margin: 0 auto;"><p><asp:Button ...
0
votes
2answers
32 views

Displaying data from the database when user selects single value

I am trying to display the data from the database when a dropdown value is selected by the user. There is dropdown for all the registered members. when a admin user selects a registered member name ...
0
votes
2answers
39 views

ajax is not able to retrieve the parsed array by the PHP

I have a table sets in a popup window to show orders placed by a specific userID <div id="shpcart"> <div id="shpop"> <table> <thead> ...
0
votes
1answer
20 views

Missing argument error when posting data through ajax (using Laravel)

I'll be precise: I'm having a weird issue with $.post jQuery function and an action in my controller. I'm new to PHP, but I've worked with ASP.NET MVC before and I hoped that they were similar. Here ...
0
votes
0answers
28 views

Adding a table row after insert with jQuery $.ajax PHP/MySQL

I need a help to adding a table row after inserting with PHP/MySQL. I don't know what else to do. FYI i'm able to insert with $.ajax and my select are working correctly. I need a help on how to ...
0
votes
0answers
21 views

Submitting jquery dialog box using ajax call

I'm attempting to do a search using a jquery ui dialog box, and have the results also appear in a dialog box without any redirection on the actual page. I'm thinking an easy way of doing this is just ...
0
votes
1answer
24 views

Multi-dimensional array and timestamp

Here is the code : var array = []; $('.body-watch-logo').each(function () { array[]['evendId'] = $(this).data('event'); array[]['timestamp'] = ...
-1
votes
0answers
47 views

Jquery Ajax response return issue

Its not triggering button action. I'm not getting response as json type data from server.Please look into my code here...and using json plugin. jQuery( "#dialog-form" ).dialog({ autoOpen: false, ...
-2
votes
0answers
20 views

Add a Dynamic fields in a Textbox using JQuery

I have a requirement to define a dynamic fields in a text box using a voice to text . Please let me know if this can be achieved using JQuery . Starting point can be Define certain fields in a ...
0
votes
4answers
63 views

how to get the id attribute of <td> from <tr> in jQuery?

please help me with this. instead of looping for ..do we have anything like get the id of first td or second one ? example : "<tr class='test_point' id="+fileName+"><td><img ...
0
votes
1answer
17 views

Ajax request in Backbone View render function

I want to pass an extra variable (the userid) with before rendering my backbone view. I am getting the the extra variable with a ajax request but because is asynchronous I think my page is being ...
0
votes
1answer
11 views

Select2 with AJAX and Initial Local Data

So I'm trying to get the select2 plugin to work with a Backbone.js / CakePHP app. The idea is that this select2 holds email addresses for contacting people as tasks become completed, but the form is ...
1
vote
1answer
19 views

How can I update the content of certain column without any page loading?

User has_one UserProfile. Then UserProfile has wanted_message column as string. Here, I'm showing input box to update wanted_message I want it to be updated if certain user inputs any message then ...
0
votes
1answer
11 views

I am trying to pull some data from a website I host, to another one

I am trying to pull some data from a website I host(we'll call it site A), to another one I'm putting up(Site B). I use $.getJSON to pull the data to site A. So when coding site B, I thought I could ...
-1
votes
1answer
12 views

Trying to call a JS function and getting Uncaught SyntaxError: Unexpected identifier

I get the above uncaught syntax error, which I think leads me to my next error, which is Uncaught ReferenceError: addEvent is not defined onclick My function seems fairly straightforward and I'm not ...
0
votes
1answer
20 views

Open weather map API , couldn't get JSON, but getting JSONP and couldnt make asynchronous call

Am getting longitude and latitude values from google's webserivce and passing the values to open weather map api to get the temperature values. Code below function getWeatherData(latitude, longitude) ...
0
votes
0answers
17 views

how to avoid flickering between the pages

I am using jquery mobile and html5. when i redirect from one page to another page , getting a white screen (flickering). So how to get out of this problem. Here is my code.. --Page1-- <html> ...
0
votes
2answers
24 views

form.valid() not working from .js file in MVC

I have a .js file which is called on mvc form submit click. In that .js file function I am trying to validate the form before I do ajax post to my controller I have also referred following script ...
0
votes
1answer
20 views

file upload using jquery ajax and asp.net handler

I am trying hard to get this working but i ma getting error while uploading file. ASPX <asp:FileUpload ID="FileUpload1" runat="server" CssClass="file-upload-dialog" /> <asp:Button ...
-1
votes
1answer
43 views

jQuery, $.ajax how to work in ie7, 8 or 9?

my below ajax code not work in ie 7,8 or 9, for ie data not display, how to fix it? <script type="text/javascript"> $(document).ready(function () { $.ajax({ url: ...
0
votes
1answer
21 views

Open View Page with layout using jquery ajax

how do I open a new page with layout using jquery ajax? I need to return strName to my view in my controller. My jquery ajax: mvcJqGrid.demo.edit = function (id) { var urlEdit = ...
0
votes
1answer
14 views

How to convert html into data image uri

Well my question seems weird but here what i want to achieve . Similar to the below link http://www.wovenlabelsuk.com/craft-hobby-labels/wl-02.html I want a text to embed with image and i get data ...
-1
votes
0answers
18 views

Using CSS for Expand-collapse box

I want to have an 'expand-collapse' box on my homepage. So that a visitor can visit my site and provide his feedback there. I have tried using iframe tag to do it. But am not able to manage the width ...
0
votes
1answer
39 views

How to get MVC ActionResult in External Javascript File

I am confuse how to achieve this I have a external javascript file let say script.js and one <div> tag in HTML file. for example <script src='script.js Full Path'></script> ...
0
votes
0answers
34 views

How to insert values in a core in solr using jquery

I am searching for the clear solution to insert one record in a core present in solr using jquery.But i can't get the clear solution. I having one html form page,In that page when i click the ...
3
votes
1answer
23 views

Differentiate between failed(no network) and cancelled request in ajax error(HTTP status code 0)

I am using Jquery ajaxError to catch all ajax errors. I am having problem with http status code 0. This code is returned when the request fails(no network), or if user refreshes page(or clicks on ...
0
votes
1answer
39 views

Add, delete row and rebind large no of data

In my application I am using Json to bind data from sql as (bind data as per scroll) approach. It is working fine but I when I delete or add new data , I want that row should be updated without ...
-1
votes
1answer
19 views

Ajax load the previous request as well while i request new one.

I have a container where i load the data from different-2 block through Jquery load function by clicking on specific block And also one ajax call on scroll of this container to load the more record. ...
0
votes
2answers
32 views

Why is my jQuery.Get query parameter banned from the action method?

I'm trying to do a $.get() to refresh a list, but no matter what I try, the action method either doesn't get the query parameter, or it gets a null value. This is my page: @model ...
1
vote
1answer
22 views

Google map Geocoding Service using Ajax is not working with IE

I am trying to make Ajax requests to the Google map Geocoding Service to get latitude and longitude, it does not work in IE but works perfectly in chrome and Firefox. Here is my Ajax snippet. ...
0
votes
2answers
29 views

ajax cross domain request doesn't call callbacks

I have been trying to use jquery to fiddle with cross domain requests but although the request succeeds the browser complains about not being able to parse the results. I understand that JsonP has a ...
0
votes
1answer
11 views

.NET web service returning valid date in JSON, js says invalid date

I have a web service that returns a JSON string, one of the properties of this string is a date. In debugging the web service I see1/28/2011 6:21:02 PM, however in the JSON string it is 2011-01-29 ...
-1
votes
0answers
14 views

ajax submit form using cakephp

this is my ajax script which i used in codeigniter to send form data without page refresh now i want to know how can i submit form in cakephp 2x using ajax.. i dont want to use cakephp helper or other ...
-2
votes
1answer
61 views

Jquery ajax return value issue

I'm not getting response as json type data from server.Please look into my code here... jQuery( "#dialog-form" ).dialog({ autoOpen: false, height: 500, width: 750, modal: true, ...
0
votes
1answer
16 views

Ajax Jquery call made with WCF service

I have found tons of articles and posts about making jquery ajax calls to WCF services. I cannot seem to find one good tutorial for doing this in .net 4.5. I have found an msdn blog post that claims ...
0
votes
0answers
27 views

cakephp 2.3 ajax form submission

I am trying to create a simple form to submit data to the database with ajax. here is my view <?php echo $this->Html->script('jquery', FALSE); ?> <?php echo ...
-4
votes
0answers
45 views

jQuery UI Dialog and Javascript functions [closed]

I am having a bit of difficulty getting jQueryUI Dialog to open a javascript function. Here is my issue: I have a link which onClick's to a javascript function that initializes an AJAX call. The AJAX ...
0
votes
1answer
16 views

Update Wordpress Custom Field with AJAX on cached page

I'm new to ajax am trying to create a simple hit counter that updates a custom field in Wordpress after the page loads. The page is cached, so any attempts to use PHP alone will not work. I'd like ...
0
votes
2answers
47 views

jquery each on new elements not working

$('.collapse').each(function() { var title= $(this).siblings('.accordion-heading').find('a'); $(this).on('show hide', function (e) { if(!$(this).is(e.target))return; ...

1 2 3 4 5 308
15 30 50 per page