jQuery UI有一些很好的方便的CSS风格的警报和突出显示。我可以在
the themeroller site看到 – 看右侧。这些样式有Javascript接口吗?我们使用硬编码的CSS吗?这在哪里记录?
有没有方法列表,一个骗子,或除jQuery UI上的交互式文档以外的任何东西?
解决方法
从
UI/Theming/API页面为所需的交互提示应用适当的CSS类:.ui-state-highlight为突出显示和.ui-state-error为错误。您可以静态地使用它,或者使用.addClass(‘ui-state-highlight’)或.addClass(‘ui-state-error’)来动态地执行。