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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T09:29:26+00:00 2026-05-25T09:29:26+00:00

I have a problem determining status of an input field. I want JS to

  • 0

I have a problem determining status of an input field. I want JS to determine whether it is disabled or enabled but my code below always return ‘false’. What am I doing wrong? Thanks

   <input name="ctl00$ctl00$ctl00$ctl00$ContentPlaceHolderDefault$RobinBodyPlaceHolder   $LoggedInBodyPlaceHolder$AddEditUser1$EmailTextBox" type="text" value="email@mail.com"    id="ContentPlaceHolderDefault_RobinBodyPlaceHolder_LoggedInBodyPlaceHolder_AddEditUser1_EmailTextBox"    class="EmailTextBox" disabled="disabled"/>


function ConfirmEmailChange() {
    alert($('.EmailTextBox').disabled==true);
}
  • 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-25T09:29:26+00:00Added an answer on May 25, 2026 at 9:29 am

    You’re trying to access the disabled property of a jQuery object (I’m assuming it’s jQuery, but it could be some other JS library using the $ character), but jQuery objects don’t have a disabled property.

    If it is jQuery, you can access the actual DOM node contained within the jQuery object using array notation:

    alert($('.EmailTextBox')[0].disabled);
    

    Alternatively, you can use the get method:

    alert($('.EmailTextBox').get(0).disabled);
    

    Or, as others have shown, you can use the jQuery prop method. Notice that I’ve removed the == true part, as disabled is a boolean property and will return true or false anyway.

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

Sidebar

Related Questions

I have problem with repopulating form_upload after validation. Other input fields or selectboxes are
I have problem SIMILAR to preventing form data reposting, but not quite the same
this seems like such a simple problem but I have been unable to find
I have a problem in Determining Browsers. I've tried using navigator and well, it
I have a problem in determining when the audio.play() method done in playing mp3
i have a problem in determining an object if it is empty or not...
I have a problem with determining the position of main-menu items after their translation.
I have problem in determining time complexities of algorithms. for(int i=0;i <n i++){} O(n)
I have a strange problem with determining the position of elements with help of
I have tried determining the running time given by a recurrence relation, but my

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.