<tutorialjinni.com/>

Simple JavaScript Tabs (Horizontal) 1

Posted Under: JavaScript on Feb 22, 2020
Simple JavaScript Tabs (Horizontal) 1
Tabs are great to present different pieces of information in same space. Below code snippt create Tabs using pure HTML,CSS and javascript.

JavaScript Cut Array in Half

Posted Under: JavaScript on Jun 15, 2019
JavaScript Cut Array in Half
This tutorial explain how to cut a JavaScript array in half no matter what the size is. it will splice the array in equal halves.

Eliminate Render Blocking JavaScript

Posted Under: JavaScript on Sep 7, 2018
Eliminate Render Blocking JavaScript
Webpage loading time is an important factor for website ranking a delay in the loading time can give your competitors a head start and you may loose visitor and search engine visibility. Search engine pay huge attention to site speed.

Redirect to another page using JavaScript

Posted Under: JavaScript on Aug 19, 2018
Redirect to another page using JavaScript
JavaScript Snippet to redirect the user to another web page. There are two mechanism for redirecting a user.

Get Query String Values Using JavaScript

Posted Under: JavaScript on Aug 19, 2018
Get Query String Values Using JavaScript
URL Query String was a difficult and time consuming thing before the introduction of URLSearchParams() API, which is supported on all major browsers i.e. Firefox 44+, Opera 36+, Edge 17+, Safari 10.3+ and Chrome 49+. As usual Internet Explorer or Edge still lags behind.