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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T07:49:38+00:00 2026-06-14T07:49:38+00:00

im trying to uncheck a jquerymobile checkbox with jquery. im trying to uncheck it

  • 0

im trying to uncheck a jquerymobile checkbox with jquery.
im trying to uncheck it when a person clicks on a button.

this is me checkbox:

<input id='_inputcb_Q801' name='_inputcb_Q801' type='checkbox'>
<label id='_inputcb_Q801L' for='_inputcb_Q801'>Text</label>

and i have tried those options.

function uncheckCB(){
$('#_inputcb_Q801').prop('checked',false).checkboxradio('refresh');
$('#_inputcb_q801').not(:checked);
$('input[type=\"checkbox\"]:first').attr('checked', false).checkboxradio('refresh');
$('input[name=_inputcb_Q801]').attr('checked',false);
$('input[name=_inputcb_Q801]').prop('checked', false);
}

the function is a onclick of a button.

none of the above options work.
anyone knows another way to uncheck a jquerymobile checkbox.

thanks in advance

  • 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-14T07:49:39+00:00Added an answer on June 14, 2026 at 7:49 am

    This works:

    $("#btn")
        .click( 
            function(){
               $('input[name=_inputcb_Q801]').prop('checked',false);
            });
    

    Probably it doesn’t work for you because you have javascript errors. Try to inspect your code in browser.
    ​See in action here: http://jsfiddle.net/eH7Fn/2/
    Please also read on .prop() vs .attr()

    Edit:
    the jsfiddle you’ve provided (http://jsfiddle.net/pjottard/97uMb/) doesn’t work for several reasons:
    1.you used mootools as a library, but you need to select Jquery
    2. you didn’t define function: priceCounterCB();
    3. you didn’t provide href attribute for your link to be clickable. you need to add href="#" to your link or better yet use button.
    working example: http://jsfiddle.net/97uMb/1/

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

Sidebar

Related Questions

I am trying to check and uncheck an <input type=checkbox /> by adding and
I have been trying to use jQuery to uncheck the checkbox if value is
Trying to make this jQuery filter that uses .find case-insensitive. For example, when the
trying to figure out why this is happening - I have an input text
i'm trying to make a simple custom checkbox with jQuery ( fiddle ). I
I'm wondering if there is a way in jQuery to check/uncheck a checkbox when
i am trying to check/uncheck all checkboxes upon clicking on select all/deselect all checkbox
Guys im trying to check/uncheck a checkbox based on the state check/uncheck of another
I am trying to dynamically check and uncheck a box with jquery . The
im trying to uncheck programaticaly a checkbox while in a change event: $(#target).change(function() {

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.