I\'m trying to add a custom button to the button panel of jQuery\'s datepicker. When I apply the following code though nothing happens:
$(\'.date-picker\')
$(function(){ var pickerOpts = { showOn: "button" }; $("#date").datepicker(pickerOpts); });