如何在Chrome开发者工具中查看jQuery-UI对象的设置

时间:2017-06-27 17:56:04

标签: jquery-ui google-chrome-devtools

我有一个我在Javascript中配置的字段。我想查看Chrome开发者工具中的设置。但是当我说,

$("#event_date").datepicker
在控制台中,我只是得到了这个功能。我如何看待选项?

1 个答案:

答案 0 :(得分:0)

As @wOxxOm said, easiest way to view the options is to use the jQuery data function as follows:

$("#event_date").data()