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

How to control style with jquery_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:17:49
Original
901 people have browsed it

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>



                                                                                   >



Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template