DataGrid with CRUD operations is the most used functionality for the data management section. To make the web application user-friendly, you can integrate the CRUD functionality without page refresh. The EasyUI framework provides an easy way to integrate D...

By: CodexWorld Sep 17, 2019

Datatables server-side processing allows to fetch data from the database and listed in a tabular view with search and pagination feature. If your web application handles a large amount of data from the database, you must consider using server-side processi...

By: CodexWorld May 29, 2020

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

jQuery Timepicker helps the user to select time without typing manually. Generally, timepicker is used with datepicker to allow the user to enter the date & time in a form. jQuery Timepicker plugin enhance form input field and add time select feature. You ...

By: CodexWorld Feb 20, 2018

TinyMCE is web-based WYSIWYG editor that converts HTML elements to an editor and instant ability to add HTML editor to textarea. You can easily add TinyMCE editor to HTML element by writing minimal JavaScript Code. TinyMCE has many advanced features which ...

By: CodexWorld Jan 4, 2018
jQuery » PHP

Crop feature helps to resize the image as per the required size before uploading on the server. You can reduce the web page size and load time by showing the image with exact display size. The image need to cropped to display the exact dimensions in the we...

By: CodexWorld Dec 6, 2018
PHP

An image gallery or photo gallery is an efficient way to show the set of pictures on the web page. Image Gallery allows the user to access all images from throughout the website in one place. Generally, in the web application, the images are uploaded throu...

By: CodexWorld Jul 29, 2020

Client-side form validation is very useful for validating a form and it makes your web project more user-friendly. You can found many ways to perform client-side validation in HTML form, but jQuery Validation Plugin is the easiest way to validate a form. T...

By: CodexWorld Jul 19, 2016
keyboard_double_arrow_up