You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jqplot-users
hi, i have a div holder that i draw the graph in, but then i want to draw another graph in that div, how do i clear the first? i tried to set $('#myGraphDiv').innerHtml = ''; but that didn't work.
Nic Pullan
unread,
Jan 5, 2010, 8:20:10 AM1/5/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jqplot-users
try:
$('#myGraphDiv').empty();
bryan costanich
unread,
Jan 5, 2010, 11:24:52 AM1/5/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message