class for jquery ui datepicker button

后端 未结 2 680
野性不改
野性不改 2021-01-02 00:42

I have the following code for the jQuery UI datepicker:

$(function() {
        $(\".date\").datepicker({
            showOn: \'button\',
            buttonTe         


        
2条回答
  •  没有蜡笔的小新
    2021-01-02 01:19

    Make it become a jQuery UI button since you already have the framework loaded ;)

    http://www.robertmullaney.com/2011/08/26/make-jquery-datepicker-use-ui-button/

    Disclaimer: My Blog

提交回复
热议问题