Select from following answers:- before()
- parent()
- width()

- first()
- All Above
Here we get and set the width of an html element, width() method can be used and in the code snippet alert is give or written in the css element of the method
For Example :
<script>
$("h1").css("background", "#c0c0c0").width("200px");
alert($("h1").width());
</script>
Show Correct Answer
Asked In: spotted while learning |
Alert Moderator