i cant show alert('hi3~') after dateime close
i cant show alert('hi3~') after dateime close
type: "datetime",
opts :
{
dateFormat: 'yy-mm',
changeMonth: true,
changeYear: true,
showButtonPanel: true,
onclose: function() { alert('hi3~');}
}
i cant show alert('hi3~') after dateime close
why?
Edited by Colin - Syntax highlighting. Details on how to highlight code using markdown can be found in this guide.
This discussion has been closed.
Answers
I'm guessing your comment is the solution, and you're all set now?
Colin