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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T20:31:46+00:00 2026-06-01T20:31:46+00:00

I have one last jQuery question for the day. I have two fields. One

  • 0

I have one last jQuery question for the day. I have two fields. One is a dropdown and the other is a datetime field. If the user selects No then then it needs to disable the input field and removes any value inside the datetime field or if the user selects Yes then it adds class a validation rule to the datetime field.

<div class="section _100">
    <label for="comments">Allow Comments</label>
    <div>
        <select name="comments" id="comments">
            <option value="" selected="selected">Please Select An Option</option>
            <option value="0">No</option>
            <option value="1">Yes</option>
        </select>                           
    </div>
</div>

<div class="section _100">
    <label for="datetime">Date Comments Expire</label>
    <div>
        <input id="datetime" type="datetime" name="datetime" />
    </div>
</div>

$('#comments').change(function(){
    $('#datetime').removeAttr('disabled');
    $('#comments').not(this).val(0);
    $('#comments').each(function(){
        if($(this).val().length > 0){
            $('#datetime').attr('value','');
        }
    });
});
  • 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-01T20:31:47+00:00Added an answer on June 1, 2026 at 8:31 pm

    Not sure about the validation attribute…
    Here is my solution to your problem…

    http://jsfiddle.net/59BVn/

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

Sidebar

Related Questions

I'm nearly done with a trackback system for my website, but have one last
We are currently evaluating upgrading from XP to Windows 7, but have one last
.NET 1.1 lacks ParameterizedThreadStart (I have to use 1.1 because it's the last one
I have first names stored in one table and last names stored in another.
I have been busy integrating Wordpress to one of a CakePHP application.Last Monday I
I have one field that I need to sum lets say named items However
I have quick question about jQuery plugins, hope somebody out there has some advice.
This is hopefully my last question, for today :P. I have 10 .photo divs
I have a question similar to the one here: Event handlers inside a Javascript
I have a question about animation queues in jQuery. Let's talk over an example.

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.