Serialize form data using jQuery

Serialize form data using jQuery helps in getting form element data easy. function getFormData(form) { var rawJson =...
Read More ⟶

How to connect android debugging wireless without data cable

Hello Guys, In this article I am going to show you how to connect android debugging wireless without data cable. Many...
Read More ⟶

Javascript group object by its properties

In this small article I will show you how you can easily group the object by its properties. Below is the function...
Read More ⟶

Easy angular trick to disable and enable button while input box empty or populate

In this another small article I will show you how you simply enable and disabled the input button while you type. To...
Read More ⟶

Do you know the difference between var, let and const?

Hey guys, in this another small article I am going to explain the key difference between var, let and const. Now the...
Read More ⟶

Remove duplicate array via vanilla JavaScript

In this, another small tutorial I am going to show you how you simply remove the duplicate array from any array given....
Read More ⟶

TODO application with Javascript and localstorage

Todo application with Javascript and localstorage. I have build this small application using vanilla JavaScript....
Read More ⟶

Convert HTML entity code script

Sometimes when dealing with API response we get HTML entity tag as well. For eg: In order to fix this kind of issue we...
Read More ⟶

wordpress nav menu arguments

WordPress nav menu arguments <?php $defaults = array( 'theme_location' => '', 'menu' =>...
Read More ⟶

Simple Query post wordpress

A simple query post wordpress to display post in any format you desire. Basically sometime you may need to call some...
Read More ⟶