jquery multiple ids same function

前端 未结 6 625
一整个雨季
一整个雨季 2020-12-29 20:57

I have a table that has a date input




        
6条回答
  •  臣服心动
    2020-12-29 21:53

    jQuery UI automatically adds the "hasDatePicker" class to all elements that have a date picker. You can query the page for something like $("input.hasDatePicker") to get all of the date pickers.

提交回复
热议问题