Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up优化:支持完全自定义消息的DOM结构 #44
Comments
ghost
assigned
niceue
Sep 25, 2013
niceue
closed this
Oct 3, 2013
This comment has been minimized.
This comment has been minimized.
aidybnt
commented
Sep 12, 2016
感谢大神提供这么好的程序。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
niceue commentedSep 25, 2013
消息的结构,消息的样式,消息的显示方式。
0.5.0版本作了以下优化:
看下面的例子:
最后自动生成的消息为:
msgMaker方法的参数
opt
包含以下选项:type
:消息类型(可能的值为:error / ok / tip / loading)cls
: 即msgClass参数的值style
: 即msgStyle参数的值icon
: 即msgIcon参数的值arrow
: 即msgArrow参数的值show
: 即msgShow参数的值hide
: 即msgHide参数的值