Multi Step Form Wizard helps to make long form user-friendly by dividing it into multiple steps. With multi step form interface, only a few inputs are showing on each screen and the user can complete input form fields by multiple steps. You can create a fo...

By: CodexWorld Sep 11, 2023

Select2 is a jQuery select box replacement plugin that allows customized select boxes with support for searching, tagging, and remote data loading features. You can convert HTML select boxes to highly featured dropdown select boxes using the Select2 JavaSc...

By: CodexWorld Jun 19, 2023

Tags are used to organize posts or articles on the website. Tags provide an effective way to group related posts and make it easier for the user to find relevant posts quickly. It also helps readers to get a brief idea about the post without reading the en...

By: CodexWorld Jan 2, 2023

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

CKEditor provides various plugins to enhance the functionality of the WYSIWYG HTML editor. The Image plugin is one of the most useful to insert images into the editor content. By default, the Image plugin is included in the Standard and Full packages. Gene...

By: CodexWorld Feb 11, 2019

WYSIWYG Editor is very useful when you want to allow the user to insert the formatted text content in textarea input field. Generally, the WYSIWYG editor is driven by JavaScript, converts formatted text to HTML before submitting the web form. CKEditor is a...

By: CodexWorld Feb 5, 2019

Auto Resize feature makes a textarea more user-friendly. It expands the height of textarea automatically based on the content. If your web form contains a textarea, you can add the auto resize feature to resize the height of the textarea automatically to f...

By: CodexWorld Jan 9, 2019

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
keyboard_double_arrow_up