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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T14:28:00+00:00 2026-06-17T14:28:00+00:00

I am using a script that disables the submit button unless the user clicks

  • 0

I am using a script that disables the submit button unless the user clicks and browses for a file to upload.

                $(document).ready(function() {
                    $('input:submit').attr('disabled',true);
                    $('input:file').change(
                        function(){
                            if ($(this).val()){
                                $('input:submit').removeAttr('disabled'); 
                            }
                            else {
                                $('input:submit').attr('disabled',true);
                            }
                        });
                });

I have 2 forms on the same page and I would like this tied to a specific form.

First form:

<form action="" method="post" name="name1" id="id1">

Second form:

<form action="" method="post" name="name2" id="id2">

is there a way in the javascript to attach it to #id1 specifically and not id2?

would I place it like this? $('#id1.input:submit') – what is the symbol or syntax to add the id into the script? Sorry I’m still learning which parts you can combine.

  • 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-17T14:28:02+00:00Added an answer on June 17, 2026 at 2:28 pm

    replace $('input:submit').attr('disabled',true); by
    $('form#id1 input:submit').attr('disabled',true);

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using an upload script that is working great: ini_set('memory_limit', '256M'); function uploadImage($files_name,
I am using a function that will submit with ajax and without the help
I am using a script that is sending out emails and I am receiving
I'm using a script that connects to a cluster through ssh and sends some
I'm using a script that create events with something like that: $data = <entry
I'm using a script that I found to search in my table and show
Hey guys I have one more question lol. I am using a script that
I'm using a shell script that opens a ssh connection and creates an sqldump.
I'm using old php script that depends on session_register to gives warning messages but
I have a Python script that is using some closed-box Python functions (i.e. I

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.