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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T22:47:57+00:00 2026-05-16T22:47:57+00:00

​<input id=test type=text value=text />​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​ alert(​$(‘:input:not([readonly])’).length);​​​​​​​​​​​​​​​​​ // 1 $(‘#test’).attr(‘readonly’, ‘readonly’); alert($(‘:input:not([readonly])’).length); // 1 $(‘#test’).removeAttr(‘readonly’);​​​​​​​​​​

  • 0
​<input id="test" type="text" value="text" />​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​

alert(​$(':input:not([readonly])').length);​​​​​​​​​​​​​​​​​ // 1

$('#test').attr('readonly', 'readonly');

alert($(':input:not([readonly])').length); // 1

$('#test').removeAttr('readonly');​​​​​​​​​​

alert($(':input:not([readonly])').length); // 1

Further to the question here, I can’t get the solution to work because it seems jQuery doesn’t set the readonly attribute correctly (or at least consistently).

Note I get the same results with $('#test').attr('readonly', true);

I’m using Chrome, and the readonly attribute renders as readonly="". There is another post on here which suggests FireFox does the same.

I’m not much bothered about this in as much as it still stops the text box from being editable, but I can’t then find a way to detect the readonly attribute.

I normally love jQuery but this is all a bit WTF.

Any ideas?

  • 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-16T22:47:58+00:00Added an answer on May 16, 2026 at 10:47 pm

    I personally wouldn’t use removeAttr()…I’d just set it to false with attr().

    You could then just query the property normally:

    if ($("#X").attr("readonly"))
    {
        execute code
    }
    

    Also, you can keep using removeAttr(), and then just use the length as a way to detect the property:

    if (!$("#X").attr("readonly").length)
    {
        execute code
    }
    

    If you’re worried about the selector, you should do the selector syntax as :not([readonly='readonly']) edit: I see that was already in the answer you cited.

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

Sidebar

Related Questions

I have a form with two input text fields: <input id=ModelName_test_0 name=ModelName[test][0] type=text> <input
I have this: $(document).ready(function() { $(input[type=button]).click(function () { $(#test).html(W3Schools); alert(Would submit: + $(this).siblings(input[type=text]).val()); $.ajax({
function msg ($msg) { echo <script type='text/javascript'>alert('$msg');</script>; } if (count($_POST)) { msg('TEST!!!!!'); } <!DOCTYPE
i want the following functionality. input : this is test <b> bold text </b>
I have this javascript/ jquery to list available users. HTML: <input name=username type=text size=16
<asp:Content ID=Content2 ContentPlaceHolderID=MainContent runat=server> <script type=text/javascript> GOTO = function () { alert(yes); $.ajax({ cache:
Using the following code var newDiv = $(document.createElement(div)); var newTextBox; newTextBox = $(document.createElement(input)) .attr(type,
I'm trying to solve a codechef beginner problem - Enormous Input Test . My
I have the following code: main = do putStr Test input : content <-
I need a script that will test an input field's contents to see if

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.