您好,登錄后才能下訂單哦!
這篇文章主要介紹了jQuery中msgTips如何實現頂部彈窗效果,具有一定借鑒價值,感興趣的朋友可以參考下,希望大家閱讀完這篇文章之后大有收獲,下面讓小編帶著大家一起了解一下。
前端:
@{ Layout = null; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>jQuery網頁頂部顯示操作提示插件 - 聚合分享 - www.juheweb.com</title> <link href="~/top/css/css.css" rel="external nofollow" rel="stylesheet" /> <script src="~/top/js/jquery-1.8.3.min.js"></script> <script src="~/top/js/msgTips.js"></script> <script type="text/javascript"> $(function () { $("#ie").manhua_msgTips({ Event: "click", //響應的事件 timeOut: 4000, //提示層顯示的時間 msg: "為了保證更好的網站體驗,請升級IE版本到8.0或以上!", //顯示的消息 speed: 0, //滑動速度 type: "warning" //提示類型(1、success 2、error 3、warning) }); $("#no").manhua_msgTips({ Event: "click", //響應的事件 timeOut: 3000, //提示層顯示的時間 msg: "很抱歉!您好操作此插件錯誤,請重新操作!", //顯示的消息 speed: 0, //滑動速度 type: "error" //提示類型(1、success 2、error 3、warning) }); $("#yes").manhua_msgTips({ Event: "click", //響應的事件 timeOut: 2000, //提示層顯示的時間 msg: "恭喜你!操作成功,歡迎訪問聚合分享網站", //顯示的消息 speed: 300, //滑動速度 type: "success" //提示類型(1、success 2、error 3、warning) }); }); </script> <style> input { padding: 10px 20px; } </style> </head> <body> <div > <input type="button" id="ie" value="警告提示" /> <input type="button" id="no" value="錯誤提示" /> <input type="button" id="yes" value="成功提示" /> </div> </body> </html>
感謝你能夠認真閱讀完這篇文章,希望小編分享的“jQuery中msgTips如何實現頂部彈窗效果”這篇文章對大家有幫助,同時也希望大家多多支持億速云,關注億速云行業資訊頻道,更多相關知識等著你來學習!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。