Skip to content
New issue

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

[All] 前端黑魔法 #7

Open
zgfang1993 opened this issue Mar 2, 2017 · 0 comments
Open

[All] 前端黑魔法 #7

zgfang1993 opened this issue Mar 2, 2017 · 0 comments

Comments

@zgfang1993
Copy link
Owner

记录前端一些有意思的知识点,有意思的标签,有意思的小技巧。

  1. 标签还有个 disabled 属性,设置了可以把里面的表单控件都禁用。
<fieldset disabled>
  <legend>title</legend>
  <input type="text" value="user">
  <input type="radio" name="chk">A
  <input type="radio" name="chk">B
  <select>
    <option>1</option>
    <option>2</option>
  </select>
  <button>submit</button>
</fieldset>

demo: http://codepen.io/guifangzhang/pen/jBqOWp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant