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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T18:34:30+00:00 2026-05-31T18:34:30+00:00

<form name=author-form accept-charset=utf-8 method=post> <input type=checkbox id=checklist-1 name=checklist[] value=0 required /></td> <label for=checklist-1>The submission

  • 0
<form name="author-form" accept-charset="utf-8" method="post">

<input type="checkbox" id="checklist-1" name="checklist[]" value="0"  required /></td>

<label for="checklist-1">The submission has not been previously published, nor is it before another journal for consideration (or an explanation has been provided in Comments to the Editor).</label>

<input type="checkbox" id="checklist-2" name="checklist[]" value="1" required />
<label for="checklist-2">The submission file is in OpenOffice, Microsoft Word, RTF, or WordPerfect document file format.</label>

<input type="checkbox" id="checklist-3" name="checklist[]" value="2" required />
<label for="checklist-3">Where available, URLs for the references have been provided.</label>

<input type="checkbox" id="checklist-4" name="checklist[]" value="3" required />
<label for="checklist-4">The text is single-spaced; uses a 12-point font; employs italics, rather than underlining (except with URL addresses); and all illustrations, figures, and tables are placed within the text at the appropriate points, rather than at the end.</label>

<input type="checkbox" id="checklist-5" name="checklist[]" value="4" required />
<label for="checklist-5">The text adheres to the stylistic and bibliographic requirements outlined in the <a href="http://42.201.215.2/ojs/index.php/JISRComputing/about/submissions#authorGuidelines" target="_new">Author Guidelines</a>, which is found in About the Journal.</label>

<input type="checkbox" id="checklist-6" name="checklist[]" value="5" required />
<label for="checklist-6">If submitting to a peer-reviewed section of the journal, the instructions in <a href="javascript:openHelp('http://42.201.215.2/ojs/index.php/JISRComputing/help/view/editorial/topic/000044')">Ensuring a Blind Review</a> have been followed.</label>


<textarea name="commentsToEditor" id="commentsToEditor" rows="3" cols="40" class="textArea" placeholder="Comments to the Editor" required></textarea>

<input type="submit" name="submit-1" class="btn disabled" value="Continue">

</form>

I want to change the css class of submit when all the checkbox have been checked and at least one word has been written in the text area. The class should be like this if all of the rules have been met, and if one rule is not met,, then it should be disabled again

<input type="submit" name="submit-1" class="btn success" value="Continue">

How can i define a jQuery function that can only enable the submit button if checkbox are clicked and word has been entered in textarea?

  • 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-31T18:34:31+00:00Added an answer on May 31, 2026 at 6:34 pm

    initially disabled the submit button then attach a change event handler to the checkboxes

    $(":checkbox,textarea").change(function(){
     if(($(":checkbox").length== $(":checkbox:checked").length) && $("textarea").val()!=""){
      $(":submit").addClass("success").removeAttr("disabled");
    
     }
    });
    

    DEMO

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

Sidebar

Related Questions

How to get the type of input in the form by its name? for
I want to check in zend, whether a posted form value 'name' contains a
I would like to show the system form name into the caption of the
When passing named parameters of the form :name to PDOStatement::bindParam() , it seems to
I'm having trouble understanding the workings of Javascript...I want to pass a form name
I have a form with Name textbox Address textbox Phone textbox Insert buttion and
I have a directory full of log files in the form ${name}.log.${year}{month}${day} such that
I have a form with a name and an email address. I want a
After a user adds 5 emails and their name to form below, and then
Reading over TRULY UNDERSTANDING VIEWSTATE the author suggests: When ASP.NET parses the form, and

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.