How many ways are there to change the width of the element in jquery?

Options
- Two
- Three
- Four
- None of these


CORRECT ANSWER : Two

Discussion Board
.animate() also can be used

.animate() also can be used

Kalaivanan 10-27-2017 11:02 AM

Ways of Changing Width in JQuery

Two Methods
1) width() : we directly apply the width() property to the element
2) .css('width','value') : By Using css property also we will change the width of an element

Bhaskar Malladi 05-21-2015 09:28 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement