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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T13:04:13+00:00 2026-06-06T13:04:13+00:00

As title suggests I want to know the difference between the change and click

  • 0

As title suggests I want to know the difference between the change and click event of checkbox (in jQuery)

I have read down the answer to this What the difference between .click and .change on a checkbox

But, its not working for me. change fires even when I hit spaces without losing focus.

Here’s a fiddle demo

Both seems to be working alike. Am I missing something here ?

  • 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-06T13:04:14+00:00Added an answer on June 6, 2026 at 1:04 pm

    According to the W3C, the onclick event is triggered by the keyboard for accessibility purposes:

    SCR35: Making actions keyboard accessible by using the onclick event of anchors and buttons

    In order to provide a better user experience for those without the use of a mouse, browsers have been developed to fire the onclick event even if the click occurs with a keyboard.

    For this reason, jQuery’s click event will fire even if the checkbox is clicked by using the keyboard’s spacebar. change, obviously, will fire every time the checkbox’s state changes.

    The checkbox just happens to be the special case where change and click are interchangable, because you can’t fire the change event without also triggering click.

    Of course, the exception to this rule is if you were to use javascript to manually alter the checkbox, such as:

    /* this would check the checkbox without firing either 'change' or 'click' */
    $('#someCheckbox').prop('checked',true);
    
    /* this would fire 'change', but not 'click'. Note, however, that this
       does not change the checkbox, as 'change()' is only the function that
       is fired when the checkbox changes, it is not the function that
       does the changing  */
    $('#someCheckbox').trigger('change');
    
    /* this would fire 'click', which by default change state of checkbox and automatically triggers 'change' */
    $('#someCheckbox').trigger('click');
    

    Here’s a demonstration of these different actions: http://jsfiddle.net/jackwanders/MPTxk/1/

    Hope this helps.

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

Sidebar

Related Questions

Well, as the title suggests: I have a storyboard and I want it's animation
As the title suggests. I want to be able to change the label of
As the title suggests I'm looking for a way to initiate the jQuery Cloud
I have read many article about this one. I want to hear from you.
As the title suggests, I just want to display a standard windows error icon
As the title suggests, I have a span that is automatically generated by SimpleCart
As the title suggests I have two models Products And Orders which are actually
As the title suggests, I want to actually brute-force (don't pay attention, useless information)
As the question title suggests, I want to add an Action<string> to an interface.
As the title suggests, I'm using Google App Engine and Django. I have quite

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.