Datepicker: Set explicit button text in demo

Fixes #9626
Closes gh-1283
This commit is contained in:
Scott González 2014-07-14 15:30:48 -04:00
parent 5730374238
commit bb29287c3c

View File

@ -14,7 +14,8 @@
$( "#datepicker" ).datepicker({
showOn: "button",
buttonImage: "images/calendar.gif",
buttonImageOnly: true
buttonImageOnly: true,
buttonText: "Select date"
});
});
</script>