Side navigation
#6617 closed bug (invalid)
Opened May 31, 2010 06:09PM UTC
Closed May 31, 2010 11:10PM UTC
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
Attachments (0)
Change History (1)
Changed May 31, 2010 11:10PM UTC by comment:1
| resolution: | → invalid |
|---|---|
| status: | new → closed |
Please reopen with a complete test case.