The jQuery UI Autocomplete plugin provides an instant way to add autocomplete suggestions feature to the textbox. Generally, the Autocomplete widget fetches the values from the database and displays the suggestions in text format under the input field. But...

By: CodexWorld Aug 11, 2022

Autocomplete Textbox displays the suggestions under the input field to allow the user to select a value from the pre-populated values list. When the user typing in the textbox, the respective data fetched from the database and shown the suggestions in the ...

By: CodexWorld Aug 19, 2022

There are various plugins available to print web page content using jQuery. Alternatively, you can print the web page content using window print() method in JavaScript. But, some cases you need to allow the user to print dynamic content from the database w...

By: CodexWorld Oct 9, 2018

When you are working with a large database that handles a large amount of data, you must consider using the server-side option in DataTables. With server-side processing, the searching, ordering, and paging operations are handled on the server. So, the Dat...

By: CodexWorld Aug 23, 2022

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

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

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

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
keyboard_double_arrow_up