Side navigation
#9741 closed bug (invalid)
Opened July 05, 2011 05:57AM UTC
Closed July 20, 2011 07:56AM UTC
Problems with AJAX loaded checkboxes, using $("input:checkbox").live("click", fn);
Reported by: | khaiknievel@hotmail.com | Owned by: | khaiknievel@hotmail.com |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | ajax | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
There is a problem with AJAX loaded checkboxes.
And when I'm bind them with .live(), the tick wont appear. Even if I force checked using .attr() within the bind, it will disappear.
Attachments (0)
Change History (3)
Changed July 05, 2011 01:09PM UTC by comment:1
component: | unfiled → ajax |
---|---|
owner: | → khaiknievel@hotmail.com |
priority: | undecided → low |
status: | new → pending |
Changed July 05, 2011 01:50PM UTC by comment:2
This test case shows a checkbox being added with a click event triggered and no issues
Changed July 20, 2011 07:56AM UTC by comment:3
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Thanks for taking the time to contribute to the jQuery project! Please provide a reduced test case on http://jsfiddle.net that reproduces the issue experienced to help us assess your ticket.
Additionally, test against the jQuery (edge) version to ensure the issue still exists.