Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
出于设计目的,如何更改警报框中的字体颜色和样式。实际上我在我的项目中使用了会话,如果用户直到 30 秒才响应,我正在尝试使用警报框或任何其他方式警告用户。
提前致谢。
做一个 console.log( $(this) ) 而不是 alert
然后像添加 CSS
$(this).css('font-size','12px');
alertbox是内置的,所以我们不能编辑它。您可以创建对话框并根据需要设置它们的样式。
alertbox