i have a dynamic html table and in one column i want a jquery ui date picker. A few questions:
Can i have datepicker by class instead of id:
$(document).ready(function(){
$(".datepicker").datepicker();
});Can i create them on the fly if i i am adding in textboxes with this class using jquery?
Aucun commentaire:
Enregistrer un commentaire