Opened 13 years ago
Closed 13 years ago
#6617 closed bug (invalid)
Events not working
Reported by: | kuksikus | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | event | Version: | 1.4.2 |
Keywords: | event, remove | Cc: | |
Blocked by: | Blocking: |
Description
Code:
function bestcommentshow(id) { $('#bestcommentdiv').remove(); $('#forbestcom_'+id).append('<span id="bestcommentdiv" onclick="alert(123);">123</span>'); }
"onclick" not working like other events in this example
Note: See
TracTickets for help on using
tickets.
Please reopen with a complete test case.