Last active
December 20, 2015 00:49
-
-
Save hao-ji-xing/6044422 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<select class="input-xlarge"> | |
<option data-tinyswitch="#input01,#input02,#input03@disabled">禁用所有文本框</option> | |
<option data-tinyswitch="#input01,#input02,#input03@enabled">启用所有文本框</option> | |
<option data-tinyswitch="#input01,#input02,#input03@show">显示所有文本框</option> | |
<option data-tinyswitch="#input01,#input02,#input03@hide">隐藏所有文本框</option> | |
</select> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment