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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T19:35:44+00:00 2026-06-12T19:35:44+00:00

I am using jquery UI sortable, but I am populating the sortable list by

  • 0

I am using jquery UI sortable, but I am populating the sortable list by loading a list of elements from an external file when the user click on a tab. Upon loading the list items, I add a checkbox to each one. The checkbox is showing up, but clicking it won’t trigger the alert. However, a checkbox placed outside the li element works fine – this leads me to believe that there is some kind of incompatibility with jquery sortable that nedds resolved:

Javascript:

window.onload = function () {

    $('input:checkbox').change(function () { // detects when user clicks on a checkbox
        alert("You click a checkbox");
    });

    var a = document.getElementById("fvsortid"); // loads slides when user clicks tab

    a.onclick = function () {
        $("#sortable").load("file.xml");
        $("#sortable").load("file.xml", function () {
            $('<input type="checkbox"/>').prependTo('#sortable li');
        });
    };
};
  • 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-12T19:35:45+00:00Added an answer on June 12, 2026 at 7:35 pm

    Try delegating the event

    $('#sortable').on('change' , 'input:checkbox' ,function() { 
              alert("You click a checkbox");
     });
    

    The event does not seem to fire because the element was not present in the DOM when the event handler was associated to it.. Delegating the event to a a static parent should your problem..

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

Sidebar

Related Questions

I'm using Jquery sortable for a list, which is loaded from an external webpage.
I'm using jQuery UI sortable to allow the user to shuffle the list, but
I'm using a jQuery sortable list in which you can drop (clone) items from
I'm using jQuery sortable with 2 Ordered List HTML elements. When the page first
I'm using jQuery UI's sortable list to allow the user to drag and change
I'm using jquery ui to make a sortable list but it doesn't work and
I've got 3 UL lists that are using sortable jquery.ui. All works great, but
I using jquery sorting ( http://jqueryui.com/demos/sortable/ ). Is it possible to sort (move list)
i am using this jquery to make a drag and drop sortable list. http://jqueryui.com/demos/sortable/
I'm using jQuery UI Sortable to make a list categorizable. I'm stuck on the

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.