Welcome aboard! We are happy you are here and wish you good net-raft!
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
</head>
<body>
<script type="text/coffeescript">
$ ->
screen_width = (screen.width)
screen_height = (screen.height)
if screen_width < screen_height then $("#mydiv").text "screen width is smaller as screen height"
else if screen_width > screen_height then $("#mydiv").text "screen height is smaller as screen width"
else $("#mydiv").text "screen height is equal as screen width"
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/coffee-script/1.7.1/coffee-script.min.js"></script>
<div id="mydiv" style="color:black"></div>
</body>
</html>
The most helpful COFFEESCRIPT solutions
how to set color using coffeescript ?COFFEESCRIPT
Click to see more ...
944
79
How to get ip address using coffeescript ?COFFEESCRIPT
Click to see more ...
790
42
How to detect mobile device not tablet using coffeescript ?COFFEESCRIPT
Click to see more ...
659
39
How to detect the browser opera using coffeescript ?COFFEESCRIPT
Click to see more ...
657
36
how to create alert using coffeescript ?COFFEESCRIPT
Click to see more ...
407
31
detect browser coffeescriptCOFFEESCRIPT
Click to see more ...
465
27
how to create else if condition using coffeescript ?COFFEESCRIPT
Click to see more ...
488
16
how to create callback using coffeescript ?COFFEESCRIPT
Click to see more ...
455
16
detect mobile coffeescriptCOFFEESCRIPT
Click to see more ...
413
15
how to create get function in coffeescript ?COFFEESCRIPT
Click to see more ...
661
16