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

  • SEARCH
  • Home
  • 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 9045879
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T11:28:43+00:00 2026-06-16T11:28:43+00:00

var $ajaxForm = $(‘#form’); $ajaxForm.ajaxForm(function(response) { //code }); This works fine in chrome/firefox/opera/safari, but

  • 0
var $ajaxForm = $('#form');
$ajaxForm.ajaxForm(function(response) {
     //code
});

This works fine in chrome/firefox/opera/safari, but IE 9 doesn’t recognize the submit event. Any ideas?

  • 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-06-16T11:28:45+00:00Added an answer on June 16, 2026 at 11:28 am

    It looks like this has been asked before. If this is a cross domain request, you may want to check out this discussion as well. From that discussion:

    $.ajaxTransport("+*", function( options, originalOptions, jqXHR ) {
    
        if(jQuery.browser.msie && window.XDomainRequest) {
            var xdr;
            return {
                send: function( headers, completeCallback ) {
                    // Use Microsoft XDR
                    xdr = new XDomainRequest();
                    xdr.open("get", options.url);
                    xdr.onload = function() {
    
                        if(this.contentType.match(/\/xml/)){
                            var dom = new ActiveXObject("Microsoft.XMLDOM");
                            dom.async = false;
                            dom.loadXML(this.responseText);
                            completeCallback(200, "success", [dom]);
                        }else{
                            completeCallback(200, "success", [this.responseText]);
                        }
                    };
    
                    xdr.ontimeout = function(){
                        completeCallback(408, "error", ["The request timed out."]);
                    };
    
                    xdr.onerror = function(){
                        completeCallback(404, "error", ["The requested resource could not be found."]);
                    };
    
                    xdr.send();
              },
              abort: function() {
                  if(xdr)xdr.abort();
              }
            };
          }
        });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this code: $(.myform).live('submit', function(e){ var options = { target: '.ajaxMessage', // target
This is the code I am using to get the JSON response from PHP:
Here is my ajaxForm code var qx = $('#XText').attr('value'); $.ajax({ type: post, url: qsubmit.php,
<script language=JavaScript> var options = { target: '.postBoxAjax', url: 'sub/function.php', success: SubmitSuccesful }; $('#myForm').ajaxForm(options);
I have written this ajaxform function with a success function which is being called
I am using this code for validating the form input fields using ajax and
I have the following code: $("#forma_mod_uid").livequery( function (){ $("#forma_mod_uid").ajaxForm({ beforeSubmit: mcargando("#cargando2"), target:'#mod_2', success: ocargando("#cargando2")
my model looks like this var model function(json) { var self = this; self.Editing
I have the following code: $('#refresh').click(function () { alert($('.report-container').length); $('.report-container').each(function () { var accordian
var ref1 = new Firebase(http://gamma.firebase.com/myuser/123,456); ref1.set(123,456); var on1 = ref1.on(value, function(snapshot) { console.log(snapshot.val()); });

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.