PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

checkbox checked

  1. raffav
    Member

    how i can set checked a list of pre-poluated checkbox?
    here my code for dynamic checkbox list
    http://pastie.org/5114482;

    my solution:
    jQuery('.my-checkbox input:checkbox')prop('checked', true);
    for all checkboxes, but if i want choose ?

    Posted 12 years ago on Thursday October 25, 2012 | Permalink