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

  • Home
  • SEARCH
  • 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 8381079
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T16:37:03+00:00 2026-06-09T16:37:03+00:00

This is more of an educational question rather than a problem to be solved.

  • 0

This is more of an educational question rather than a problem to be solved.

So I’ve got an input which is styled using Ryan Fait’s custom elements plugin.

<input type="checkbox" class="styled" id="no-favourite" />

I bound a jQuery change() handler:

$("#no-favourite").change(function(){
    console.log("changed"); 
});

and edited the custom elements plugin’s check method to include:

try{
    element.onchange(); 
}catch(err){
    console.log(err);
}

This didn’t work. I expected a console.log of “changed”, and at worst a console.log error, although received neither. The jQuery change handler gets called when clicking on the associated label.

I solved the problem by using:

$(element).change();

So I am wondering, why does jQuery not pick up a programmatic call to element.onchange() ?

  • 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-09T16:37:04+00:00Added an answer on June 9, 2026 at 4:37 pm

    Assuming element is a DOM element (if it were a jQuery element it would just blow up), you are attempting to invoke the element’s property onchange.

    When you bind an event handler through jQuery, it does not add any onchange properties – these would only exist if you bound the handler inline (in markup) or through native javascript.

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

Sidebar

Related Questions

Ok, I'm going to try to make this more clear because my last question
This is more of a design question. I have a template class, and I
This is more for information then a problem. (On searching Stack Overflow I found
This is more of a hypothetical question. I am wondering if anyone knows if/how
This question mostly for education. I just interested why. I'm using program from here
This is mostly for educational purposes. I'm trying to create the InputMapper class, which
I want to know this more in detail. Is it a realtime scheduler? An
To make this more clear, I'm going to put code samples: $file = fopen('filename.ext',
UPDATE: I've been playing around with this more, and it seems like tmux's clear-history
I am wondering if there is a way to handle this more elegantly. After

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.