javascript

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…