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 6190463
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T02:35:39+00:00 2026-05-24T02:35:39+00:00

Good morning, I’m using Nate Bubna’s loading plugin with jQuery. Everything is working well

  • 0

Good morning,

I’m using Nate Bubna’s loading plugin with jQuery. Everything is working well until I try to display an image when a form is submitted. This is occurring in Firefox >= 4.0, every other browser it works fine. If I add another call after the .loading and set Firebug to break on it, my (spinner) Loading… displays (!?).

Upon clicking submit, I will get the mask over my div, but unfortunately no spinner or even the default “Loading…” text. If I remove the img option, it works fine.

Here’s an example of my code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" lang="en-US"
xmlns="http://www.w3.org/1999/xhtml"><head><title>.loading()</title>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<script type="text/javascript" src="javascripts/jquery.min.js"></script>
<script type="text/javascript" src="javascripts/jquery.measure.js"></script>
<script type="text/javascript" src="javascripts/jquery.place.js"></script>
<script type="text/javascript" src="javascripts/jquery.mask.js"></script>
<script type="text/javascript" src="javascripts/jquery.pulse.js"></script>
<script type="text/javascript" src="javascripts/jquery.loading.js"></script>
<script type="text/javascript">
$(function() {
  $('form').submit(function() {
    $.loading(true, { pulse:'working fade ', mask:true, img: 'images/loading.gif' });
  });
});
</script>
</head>
<body>
  <div id="container">
    <form id="form" name="form" action="" method="post">
      <label for="foo">Foo: </label>
      <input type="text" id="foo" name="foo" value="" />
      <input type="submit" name="Submit" value="Submit" />
    </form>
  </div>
</body>
</html>

  • 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-24T02:35:39+00:00Added an answer on May 24, 2026 at 2:35 am

    Try this I hope it will work.

    $(function() {
      $('form').submit(function(e) {
        $.loading(true, { pulse:'working fade ', mask:true, img: 'images/loading.gif' });
        e.preventDefault();
        var $form = $(this).unbind('submit');
        setTimeout(function(){
          $form.submit();
        }, 100);
      });
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Good morning, I am working on a C# winform application that is using validation
Good morning, I have problem with using MasterPage and jQuery. I using jQuery UI
Good morning, I am trying to pass a string to twitter, using the following
Good Morning All, I am creating an application to display List of applications with
Good morning everyone, I'm running into an issue using a SharePoint workflow project (C#,
Good Morning! Given: public class FooClass { public void FooMethod() { using (var myEntity
Good Morning everyone, I am using an update command in php to update data
Good morning, I am in need of some advice, I am using a networkStream,
Good morning! On an app that I'm working on, I hide the soft keyboard
Good morning, I'm learning MVC using the music store examples on the www.asp.net/mvc page,

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.