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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T04:41:46+00:00 2026-06-08T04:41:46+00:00

Ok so i have this form = form_tag ‘some_controller/create’, :remote => true do …

  • 0

Ok so i have this form

  = form_tag 'some_controller/create', :remote => true do
  ...
  ...
  .right= submit_tag 'Submit Me', :id => 'submit_me'
  .clear

here is my create.js.erb

  $('#submit_me').remove();

and my application.js file

$('#submit_me').live('click', function(){
  $(this).val("One moment please...");
  $(this).prop("disabled", true);
});

The problem is that when i click it the form doesnt submit. If i take out the $(this).prop("disabled", true);

then it submits fine and everything works well but that doesnt make sense as to why I cant disable the button…any suggestions

  • 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-08T04:41:48+00:00Added an answer on June 8, 2026 at 4:41 am

    I think you should handle the more appropriate event here, which is submit in this case. Plus, don’t use .live()

    $('#Parent').on('submit', '#theForm',function(){
      $('#submit_me').val("One moment please...");
      $('#submit_me').prop("disabled", true);
    });
    

    A couple of notes here:

    • If you don’t know the '#Parent' for sure, you can use 'body'.
    • click DOES work, but you have to manually submit the form by doing $('#theForm').submit()
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this form: <%= form_tag posts_path, :method => :get, :class => search_nav do
i have this form to serialize once i click the submit button, <form class=cashier_forms
I have this form with a date input. echo $this->Form->create('Nodata'); echo $this->Form->input('date1', array('type' =>
I have set the enctype to: multipart/form-data yet whenever I submit this form, the
I have in a form ( form_tag ) several checkboxes like this: <%=check_box_tag 'model_name[column_name]',
I am trying to get this form to submit correctly. Here's what I have
I have this form: in header of my website: <% form_tag request.path, :method =>
I have this Rails 1.2.6 form: <%= form_tag(:action => login_in_user) %> <p> <label for=header>Username</label>
I have this form tag below where the form submits to itself which I
I currently have this as a search: <%= form_tag users_path, :controller => 'users', :action

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.