+ 4
What is the outbut of this code ?
<div style="width:200px"></div> <script> $(function(){ $("div").css("padding", "5px"); Alert ($("div").innerwidth()); }); </script>
4 Answers
+ 7
210px I guess?
Just run it dude.
+ 9
Run it. No harm done
+ 3
Thanks