jQuery(document).ready(function(){ jQuery('.dateselector input').datepicker(); jQuery('label.dateselector').click(function(){ }); });