我正试图清除WordPress colorpicker 但这似乎不起作用。这就是我所尝试的:
$(\'#element\').wpColorPicker(\'clear\');
//error: Uncaught Error: no such method \'clear\' for wpColorPicker widget instance
$(\'#element\').wpColorPicker(\'color\', \'#\');
//no output/change
$(\'#element\').wpColorPicker(\'color\', \'\');
//no output/change
当然,中没有提到任何方法
the documentation 但是回调方法有一个选项,所以可能通过一些“黑客”来实现?