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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T12:40:17+00:00 2026-06-12T12:40:17+00:00

why JQuery UI option buttons (buttonset) doesn’t have any events – I want to

  • 0

why JQuery UI option buttons (buttonset) doesn’t have any events – I want to handle select events for it, wonder what’s the right way for doing that.

  • 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-12T12:40:18+00:00Added an answer on June 12, 2026 at 12:40 pm

    You should just tap into the normal change event for the radio buttons themselves. Expanding on the example on jQueryUI’s website:

    Html:

    <div id="radio">
        <input type="radio" id="radio1" name="radio" value="1" /><label for="radio1">Choice 1</label>
        <input type="radio" id="radio2" name="radio" value="2" checked="checked" /><label for="radio2">Choice 2</label>
        <input type="radio" id="radio3" name="radio" value="3" /><label for="radio3">Choice 3</label>
    </div>
    

    JavaScript:

    $("#radio").buttonset();
    
    $("input[name='radio']").on("change", function () {
        alert(this.value);
    });
    

    The buttonset widget is just styling the radio buttons a certain way. All of the regular events will fire as expected.

    Example: http://jsfiddle.net/andrewwhitaker/LcJGd/

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

Sidebar

Related Questions

I want a combobox by default selected the last option (using jquery): <select> <option>item1</option>
I have used Jquery UI DatePicker for the option in my form to select
I am using following selector to remove single item in select. jQuery(#stateCity option[value='Adak, AK,
I've got a jQuery function that triggers when the selected option from a select
I have a JQUERY based dialog box, which has a 'select' on it. When
I have two select lists that each display users and two buttons (add and
I have 1 radio button group with 2 radio buttons options. I want to
Say I have this dropdown: <select id=theOptions1> <option value=1>1</option> <option value=2>2</option> <option value=3>3</option> </select>
I have a jQuery Datatable with 3 headers. One header contains two radio buttons,
How to set an option in select by text using jQuery? The following works

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.