Delete multiple records on a single click is very useful for the large data list. The user doesn't need to click multiple times for delete multiple rows, instead of that, all records can be deleted on a single click. Multiple records deletion functionality...

By: CodexWorld Aug 1, 2018
PHP

PayPal Checkout is the easiest way to integrate payment gateway in your web application. PayPal Express Checkout payment gateway is very useful when you want to provide a user-friendly UI to the user for the online payment. The PayPal Express Checkout exec...

By: CodexWorld Jul 23, 2020

Infinite Scrolling is the best replacement of links pagination for auto load more data from the database. If you want to implement an advanced pagination functionality, infinite scroll is the best option. In load data on scroll functionality When the user ...

By: CodexWorld Feb 24, 2020
PHP

OTP or one-time password is a fast and effective way to verify the mobile number of the user. This method is widely used for mobile number verification in the web application, mostly in banking and e-commerce sites. Generally, OTP is sent to the user’s m...

By: CodexWorld Mar 8, 2023

A Pie Chart is a circular graph that divided into slices to represent statistics. In the web application, the pie chart is very useful to display data statistic in percentages. Google Charts provides an easy way to visualize data statistic in the website. ...

By: CodexWorld Jun 28, 2018
PHP

YouTube videos are watched online and YouTube did not provide any download option for offline uses. If you want to access the raw file of the YouTube video, the video needs to be downloaded. The YouTube video downloader script helps to download the YouTube...

By: CodexWorld Dec 19, 2022

If the web form is available internationally, the country code is mandatory for the telephone input. Because the dial code will be different for the different country. In this case, the user needs to enter the phone number with their country code. Displayi...

By: CodexWorld Jan 17, 2019

Facebook JavaScript SDK provides the easiest way to implement login system with Facebook on the website. Using JavaScript SDK, you can allow the user to sign into the web application with their Facebook account without registration on your website. It allo...

By: CodexWorld May 28, 2018

Color Picker is a graphical UI widget that is used to select colors. The user can select and adjust color values with Color Picker component. In the website, color picker widget allows the user to choose the color and set the color code to the input field....

By: CodexWorld May 22, 2018

The Autocomplete textbox helps users to find and select the value from pre-populated values list. It provides suggestions while user type in the input field. The jQuery UI Autocomplete plugin is an instant way to add autocomplete feature to the input text...

By: CodexWorld May 15, 2018

The character counter counts the number of characters entered in the text field. It helps to show the notification about the number of characters written in the text box. If you want to show the entered characters count or remaining characters count in tex...

By: CodexWorld May 10, 2018
keyboard_double_arrow_up