javascript

m57VK

Prime Number Grid

Start Rows Cols « » · JavaScript must be enabled for this page to function.   Read more on Hacker…

social-image

Gleam v1.12.0 released

Gleam is a type-safe and scalable language for the Erlang virtual machine and JavaScript runtimes. Today Gleam v1.12.0 has been…

TypeScript 4 features

TypeScript 4.0 is here!

Microsoft continues to make developers feel great using new technologies. Now they announced the availability of TypeScript 4.0! It’s better…

abstract-business-code-270348

Scroll to an anchor

Smooth javascript scrolling. <script type=”text/javascript”>// <![CDATA[ function goToByScroll(id){ $(‘html,body’).animate({scrollTop: $(“#”+id).offset().top},’slow’); } // ]]></script> <a onclick=”goToByScroll(‘1’)” href=”javascript:void(0)”>Go to anchor 1</a> <div…