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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T10:38:01+00:00 2026-05-27T10:38:01+00:00

i am trying to enable a checkbox in my checkboxlist. The only thing that

  • 0

i am trying to enable a checkbox in my checkboxlist. The only thing that does not work in my solution is to remove the disabled attribute from the span in IE9, it works in FF:

html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>
    <script src="Scripts/jquery-1.4.1.min.js" type="text/javascript"></script>
    <script type="text/javascript">

        function enablebut() {
            $('#CheckBoxList1_0').removeAttr('disabled');
            $('#CheckBoxList1_0').closest('span').removeAttr('disabled');

        }

    </script>
</head>
<body>
    <form id="form1" runat="server">
    <button onclick="enablebut();">enable</button>
    <div>
        <asp:CheckBoxList ID="CheckBoxList1" Enabled='false' runat="server">
            <asp:ListItem Text="een"></asp:ListItem>
            <asp:ListItem Text="twee"></asp:ListItem>
        </asp:CheckBoxList>
    </div>
    </form>
</body>
</html>
  • 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-27T10:38:02+00:00Added an answer on May 27, 2026 at 10:38 am

    Add type="button" attribute to prevent the submit (postback).

     <button type="button" onclick="enablebut();">enable</button>
    

    Or

    <input type="button"  onclick="enablebut();" value="enable"/>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to enable hover (adding '.add_link_twitter_hover' class) when the checkbox is not selected
I am trying to add a disabled checkbox using Zend_Form and then enable it
The following code does work in FF. I am trying to set the checkbox
I' m trying to enable adding/deleting rows to/from table using folowing code: Script: $(document).ready(function()
Im am trying to add a check box that will enable/disable the edit button.
Desperately trying to enable a widget from functions.php file... When I use it as
I am trying to enable mod_write's rewrite URL and am not able to get
I'm trying to enable AirPlay support in my app. I'm not doing video; I
I am trying to click a checkbox that enables a purchase button to appear.
I'm trying to use user-preferences checkbox to show or not to show the notification

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.