汉字公式字典
Home
Articles
Products
Admin
simple alert message
Uncategorized
|
0 comments
|
16 views
|
2024-02-01 09:33:31
jquery
function
alertMsgJKFA
() {
let
h
=
`
\"
alertMsgJKFA
\"
style=
\"
position:fixed;width:200px;left:calc(50% - 100px);
padding: 10px;
top: 20px;
background-color: lightgrey;
border-radius: 5px;
box-shadow: 1px 1px 50px rgba(0,0,0,0.3);text-align:center;
\"
>
操作成功
`
;
$
(
"body"
).
append
(
h
)
;
setTimeout
(
function
() {
$
(
".alertMsgJKFA"
).
remove
()
;
}
,
1000
)
;
}
« Back to Home
Comments (
0
)
No comments yet. Be the first to comment!
Leave a Comment
Nickname
Email
Comment
Submit Comment
No comments yet. Be the first to comment!