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

-2
votes
1answer
38 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
0answers
12 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
11 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
17 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
37 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
32 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
20 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
35 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
28 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
21 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
24 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
8 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 ...
0
votes
1answer
48 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, ...

1 2 3 4 5 1025
15 30 50 per page