Answers for "get the space jquery"

8

get the size of the browser jquery

$(window).height();
$(window).width();
Posted by: Guest on March-18-2020
6

remove space from string javascript

var str = "       Hello World!        ";
alert(str.trim());
Posted by: Guest on March-19-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language