Top "Jquery-1.5" questions

For issues relating to using jQuery, version 1.5.

How to get response status code from jQuery.ajax?

In the following code, all I am trying to do is to get the HTTP response code from a jQuery.…

ajax jquery-1.5
parsererror after jQuery.ajax request with jsonp content type

I am using jQuery Version 1.5.1 to do the following ajax call: $.ajax({ dataType: 'jsonp', data: { api_key : apiKey }, url: "http://…

jquery jsonp jquery-1.5 parse-error
Why is jqXHR.responseText returning a string instead of a JSON object?

I have an $.ajax() request with the dataType set to "json." The server is returning JSON with the correct mime …

ajax json jquery-1.5 jqxhr
JQuery Conflicts with Primefaces?

I have included JQuery1.5 in the header of a JSF page. In that page there is a bunch of Primefaces …

jsf-2 primefaces jquery-1.5
How to get HiddenField value in asp.net code-behind

How to get HiddenField value in asp.net code-behind? Thanks in advance! public partial class ReadCard : System.Web.UI.Page { …

jquery asp.net jquery-1.5
jQuery jqXHR - cancel chained calls, trigger error chain

I am creating a ajax utility for interfacing with my server methods. I would like to leverage jQuery 1.5+ deferred methods …

jquery jquery-1.5 jquery-deferred
jQuery 1.5 AJAX call fails with "invalid label" for JSON requests

I've just upgraded from version 1.4 to version 1.5 of jQuery, and now my AJAX calls always fail with the "invalid label" …

json jquery jquery-1.5
How to use jQuery Deferred with custom events?

I have two abstracted processes (e.g. managed within js objects using the revealing module pattern that do not expose …

javascript jquery jquery-1.5 jquery-deferred
JQM (jQueryMobile) HTML5 Form Validation

I've found this h5validate plugin but having no luck with it when using it with jQM, anyone have any …

jquery html validation jquery-mobile jquery-1.5