The hidden attribute is supported by modern browsers, including Chrome and Firefox.
Unlike display: none, hidden hides the element from both the screen and the options menu when it is clicked.
This approach is semantically correct and can be combined with the disabled attribute to further restrict interactivity with the hidden options.
Note:
Internet Explorer versions below 11 do not support the hidden attribute.
For a small number of hidden options, adding the hidden attribute alone may be more efficient than using other methods, such as removing and re-adding elements or employing non-standard techniques.
Ce qui précède est le contenu détaillé de. pour plus d'informations, suivez d'autres articles connexes sur le site Web de PHP en chinois!
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn