.offset() method in Jquery
Description: The offset method will Get the current coordinates of the element for the matched elements, relative to the document. It provides two methods which will set/Get the offset co-ordinates for the selected elements. Get
.outerWidth() method in Jquery
Description: The jQuery outerWidth () method is used to GET/SET the outerย widthย for the matched element. This will includes left and right padding but not border/margin. GET outerย Width: It will return the outerWidthย for the selected/matched
.outerHeight() method in Jquery
Description: The jQuery outerHeight () method is used to GET/SET the inner widthย for the matched element. This will includes the top and bottom padding and border are always included in the .outerHeight() calculation. If the
.InnerWidth() method in Jquery
Description: The jQuery innerWidth () method is used to GET/SET the inner widthย for the matched element. This will includes left and right padding but not border/margin. GET Inner Width: It will return the InnerWidthย for
.InnerHeight() method in Jquery
Description: The jQuery innerHeight () method is used to GET/SET the inner height for the matched element. This will includes top and bottom padding but not border/margin. GET height: It will return the InneHheight for
.width() method in Jquery
Description: The jQuery width() method is used to GET/SET the widthย for the selected element. In simple, widthย () method can be split in to two purposes GET widthย : It will return the widthย for the selected/matched element
.height() method in Jquery
Description: The jQuery height() method is used to GET/SET the height for the selected element. In simple, height() method can be split in to two purposes GET height: It will return the height for the
.toggleClass() method in Jquery
Description: The jQuery toggleCLass() method is used to add or remove one or more classes from the selected elements. ย In simple, the toggleClass() method checks each element for the specified class names. ย If the class