Modify ↓
Ticket #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: | |
| Blocking: | Blocked by: |
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
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Please reopen with a complete test case.