Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4241756
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T03:21:05+00:00 2026-05-21T03:21:05+00:00

Since upgrading to the lastest version of jQuery from 1.4, my ajax posts no

  • 0

Since upgrading to the lastest version of jQuery from 1.4, my ajax posts no longer allow ?? (double question marks). Instead they are replaced with something like jQuery15206629880418804291_1302038490086

Using Firebug, I can see the following data sent in a post:

$.ajaxSetup({
            type: 'POST',
            contentType: 'application/json; charset=utf-8',
            dataType: 'json',
            global: false
        });

this._xhrM = $.ajax({
            url: '/services/chatroomservice.asmx/SendReceive',
            data: '{"R": "??"}',
        success: function (results) {}
};

Sent over the wire as:

{"R": "jQuery15206629880418804291_1302038490086"}

I have tried setting the traditional to true and processData to false, both had no effect.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T03:21:05+00:00Added an answer on May 21, 2026 at 3:21 am

    Set the jsonp option to false. According to the docs that should prevent ? from being expanded to a function in jQuery 1.5+.

    this._xhrM = $.ajax({
                url: '/services/chatroomservice.asmx/SendReceive',
                data: '{"R": "??"}',
                jsonp: false,
                success: function (results) {}
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Since, upgrading to JQuery 1.5, the following selector no longer works: var selectedTab =
Since upgrading a website from ASP.NET 3.5 to ASP.NET 4.0 my dates come out
Since upgrading Eclipse (Galileo build 20090920-1017), hover in debug no longer displays a variable's
Since upgrading from 4.7 to ECC6 the ABAP compiler has become a lot stricter
Since upgrading from mvc 2 beta 2 to rc I'm having trouble with an
Plenty of pages load since upgrading my site from MVC 1.0 but if I
I have a document-based application. Since upgrading to XCode 4.5.1 (from 4.4) NSOpenPanel crashes
Since upgrading from WAS6.1 to WAS7.0 I'm getting an error when trying to display
Since upgrading to Lion (and downgrading to Xcode 4.1 from the beta) I can't
since upgrading to Xcode 4.2 and iOS 5 I can no longer run my

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.