--- tags: Bootstrap --- # 輸入框點擊加入 focus ```javascript=1 $(document).ready(function() { $(".input-group > input").focus(function(e){ $(this).parent().addClass("input-group-focus"); }).blur(function(e){ $(this).parent().removeClass("input-group-focus"); }); }); ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up