Relax Breath of Solution.

Just I wanted.. Do you?…

jQuery working with CSS(CSS Manipulation)

.css( ) This method get the CSS style property of the first matched element.. Example : Above code display the color code of the clicked ‘div’ . .height( ) This method get the height of the first matched element. Example : $(“p”).height()); // returns height of paragraph. $(window).height(); // returns height of browser viewport $(document).height(); […]