Every widget i'm using from the jquery UI has a .prototype, but not datepicker.
I've found this issue by trying to overwrite classes, as per the guide here.
Here's my code snippet, which works for every widget, except datepicker: $.extend( $.ui.selectmenu.prototype.options.classes, { "ui-selectmenu-menu": "custom-class-name" });
The text was updated successfully, but these errors were encountered:
Every widget i'm using from the jquery UI has a .prototype, but not datepicker.
I've found this issue by trying to overwrite classes, as per the guide here.
Here's my code snippet, which works for every widget, except datepicker:
$.extend( $.ui.selectmenu.prototype.options.classes, { "ui-selectmenu-menu": "custom-class-name" });
The text was updated successfully, but these errors were encountered: