I\'ve got a jQuery date picker control that works fine for once instance, but I\'m not sure how to get it to work for multiple instances.
html:
script:
$('.datepick').each(function(){ $(this).datepicker(); });
(pseudo coded up a bit to keep it simpler)