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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T17:25:07+00:00 2026-06-03T17:25:07+00:00

I am using jQuery and jQuery ui. Below is my markup: <div id=content> <ul

  • 0

I am using jQuery and jQuery ui. Below is my markup:

<div id="content">   
   <ul id="sortable">             
    <li class="button_tab"><div id="select_me">Select Me</div></li>
    <li class="button_tab"><div id="select_me_1">Select Me 1</div></li>
    <li class="button_tab"><div id="select_me_2">Select Me 2</div></li>           
  </ul>  
</div>

jquery:

 $( ".button_tab" ).button(); 

I am trying to get the id=”select_me” on click event, but nothing happens, because the button() function inserts specific class name and i can’t select it right:

 $('div#content ul#sortable li.button_tab div').click(function() {
   alert($(this).attr('id'));        
 }); 
  • 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-03T17:25:09+00:00Added an answer on June 3, 2026 at 5:25 pm

    The given code works fine. However the sequence of calling them matters.

    .button() will clear out all click events since it is logically supposed to handle ‘clicks’ . So for enabling custom click events again for the children. You have to create a click event listener after calling .button()

    1. $( ".button_tab" ).button();
    2. $('div#content ul#sortable li.button_tab div').click(function() {
      alert($(this).attr('id'));
      });

    Or else, You can make use of .on() and create a dynamic click event listener in Jquery.

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

Sidebar

Related Questions

I'm using the jQuery code below to launch an overlay div and it works
I am using jquery datepicker, please see below code $(document).ready(function() { $(.txtDate).datepicker({ showOn: 'button',
Is is possible to update the text 'changethis' in below div using jquery ?
I am trying to add rows to my repeater using jQuery using below script.It
Based on the below markup, how (in JQuery) would i select the options that
i am adding collection of radio buttons to my page using jQuery below $(document).ready(function()
I am using the below jquery code to call a ajax function in my
I am using jquery to create a custom dropdown with the code below. I
I would like to do below validations for single file uploaded using jQuery Uploadify
I am using a Jquery time delayed fader like below, but need to reinitialize

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.