We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jQueryでの条件分岐の書き方について学びます。
以下の要素をHTMLファイルの<article>タグ内に追加して下さい。
<article>
<form action="#" method="get"> <input type="text" name="val"><input type="submit" value="送信"> </form>
送信を押したら、テキストフィールドの値によってアラートを表示する条件分岐を実装して下さい。
入力して下さい
数字です
数字以外です
The text was updated successfully, but these errors were encountered:
No branches or pull requests
■目的
jQueryでの条件分岐の書き方について学びます。
■課題
以下の要素をHTMLファイルの
<article>
タグ内に追加して下さい。送信を押したら、テキストフィールドの値によってアラートを表示する条件分岐を実装して下さい。
入力して下さい
とアラート表示数字です
とアラート表示数字以外です
とアラート表示The text was updated successfully, but these errors were encountered: