+ 2
I can’t able to find answer. Somebody help me please???
<div style=“width:200px”></doc> <script> $(function (){ $(“div”).css(“padding”,”5px”); alert($(“div”).innerWidth()); }); </script>
4 odpowiedzi
+ 1
Not sure what answer you were expecting, but this returns 344 (portrait) and 656 (landscape) for me in the Code Playground.
https://code.sololearn.com/WE6jxrBnYeFS/?ref=app
+ 3
okkk thank you so much
+ 2
sorry that was </div>
0
what is
</doc>
?