jquery SweetAlert プラグインは応答性の高いプロンプトを実装します box_javascript スキル

WBOY
リリース: 2016-05-16 15:44:33
オリジナル
1424 人が閲覧しました

jquery ポップアップ レイヤー プラグインは、メッセージ プロンプト、エラー プロンプト、確認ボックス プロンプトなどをサポートします。インタラクティブなエクスペリエンスは非常に優れており、誰もが WeChat Pay、Alipay などを使用してユーザーエクスペリエンスを完成させています。このプラグインは少なくとも IE9 をサポートする必要があります。使用方法も非常にシンプルかつ大雑把で、一般的なjqueryプラグインの使用方法に沿っています。

まず効果をお見せしましょう:

オンライン プレビュー ソース コードのダウンロード

コードは次のとおりです:

<h1>Sweet Alert</h1>
<h2>A beautiful replacement for JavaScript's "Alert"</h2>
<button class="download">Download</button>
<h3>So... What does it do&#63;</h3>
<p>Here's a comparison of a standard error message. The first one uses the built-in <strong>alert</strong>-function, while the second is using <strong>sweetAlert</strong>.</p>
<div class="showcase normal">
<h4>Normal alert</h4>
<button>Show error message</button>
<h5>Code:</h5>
<pre class="brush:php;toolbar:false"><span class="attr">alert</span>(<span class="str">"Oops... Something went wrong!"</span>);
 

Sweet Alert

Code:
<span class="attr">sweetAlert</span>(<span class="str">"Oops..."</span>, <span class="str">"Something went wrong!"</span>, <span class="str">"error"</span>);

Pretty cool huh? SweetAlert automatically centers itself on the page and looks great no matter if you're using a desktop computer, mobile or tablet. It's even highly customizeable, as you can see below!

More examples

In these examples, we're using the shorthand function swal to call sweetAlert.

  • A basic message

    <span class="attr">swal</span>(<span class="str">"Here's a message!"</span>)
  • A title with a text under

    <span class="attr">swal</span>(<span class="str">"Here's a message!"</span>, <span class="str">"It's pretty, isn't it&#63;"</span>)
  • A success message!

    <span class="attr">swal</span>(<span class="str">"Good job!"</span>, <span class="str">"You clicked the button!"</span>, <span class="str">"success"</span>)
  • A warning message, with a function attached to the "Confirm"-button...

    ログイン後にコピー

上記は、jquery SweetAlert プラグインがコードを通じて応答性の高いプロンプト ボックスを実装する方法の詳細な説明です。お役に立てば幸いです。

関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
人気のおすすめ
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート