Home  >  Article  >  Web Front-end  >  How to control style with jquery_html/css_WEB-ITnose

How to control style with jquery_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:17:49858browse

The code is as follows:







How to control the height of all divs under fileupload with id? For example, both are 30 pixels


Reply to discussion (solution)





Untitled Document



<script> <br> $(document).ready(function(){ <br> $("#fileupload"). find("div").addClass("st"); <br> }); <br> </script>



                                                                                   >



Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn