91-9990449935 0120-4256464 |
jQuery outerHeight()The jQuery outerHeight () method is used to return the outer height of first matched element. This method includes padding and border both. In the above example, you can see that border and padding both are included in the outerHeight() method. Syntax: Parameters of jQuery outerHeight() method
This is an optional parameter. Example of jQuery outerHeight() methodLet's take an example to demonstrate the effect of jQuery outerHeight() method. Test it NowjQuery outerHeight() example 2Let's take an example to demonstrate how to change the inner height of each div. Test it Now
Next TopicjQuery wrap()
|