ALL articles of JavaScript

How to get current page url in React

Current url holds data to display or show into view in segment query string. In this article, we will discuss about how to get current page...

READ MORE

Allow text only into textbox using Javascript

In the previous tutorial, we have discussed how to allow user input only numbers into textbox. In this article, we will see how to allow use...

READ MORE

Allow only numbers into textbox using Javascript

Hello Guys, While building complex form, you might want users to input only numbers into textbox. HTML5 already provides input type numbe...

READ MORE

How to create a Chrome extension

Extensions in Google chrome and Add-ons in Firefox allows us to customize user experience for the all websites in Browser. Suppose you insta...

READ MORE

Google pie chart with ajax request example in PHP

Hello Guys, In the last tutorial, we have discussed how to implement Google chart in Laravel application. We have implemented Line chart....

READ MORE

How to validate email address in Javascript

Hello dev, Today almost website have user registration functionality in their website. So before sending user data to server, you ca...

READ MORE