Posts

Showing posts with the label JQUERY

Jquery Set Div Height

How to Set Div Height in Jquery? 1.code snippet to set  height with class name $(".mdlbodyitem1").height(0); 2.code snippet to set  height with div id  $(".mdlbodyitem2").height(0);