Export data to Excel is very useful on data list for nearly every web application. The export feature helps to download the data list as a file format for offline use. Excel format is ideal for exporting data in a file. Mostly the server-side method is use...

By: CodexWorld Jun 7, 2021

Form inputs customization helps to improve User-Interface of the webpage. Custom checkbox and radio inputs are very useful when you want to replace default browser's input style. Using CSS and jQuery you can easily customize checkboxes or radio buttons as ...

By: CodexWorld Mar 15, 2018

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

File upload functionality is the common feature for the dynamic web application. Generally, a form is submitted and page is refreshed to upload file in PHP. But if you want to provide a better user interface, jQuery and Ajax can be used to upload file with...

By: CodexWorld Jul 20, 2022

Credit card validation is the must-have functionality on the payment form. It helps to validate credit card number and other details before submitting the payment. You can easily implement the credit card validation on the payment form using jQuery. We wil...

By: CodexWorld Nov 30, 2017
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

The Datepicker helps to input a date by selecting it from the calendar without manually enter in the input field. When you want to collect date input from the user, adding a datepicker to the input field can provide a good user experience. Using the jQuery...

By: CodexWorld Apr 28, 2022

AngularJS is a great JavaScript framework with some captivating features for not only developers but designers as well! AngularJS structural framework helps develop dynamic web applications. Google and their group of experts officially maintain it to make ...

By: Sirisha Paladhi Aug 23, 2017
keyboard_double_arrow_up