Multiselect dropdown is very useful to allow the user to select multiple options in a select box. Multiple selections of the dropdown list can be added by using multiple attributes in the select tag. Instead of using the multiple attributes in HTML, you ca...

By: CodexWorld Aug 4, 2023

If you are looking for a jQuery plugin to add date-time picker to input field, this article will help you lot for that. DateTimePicker jQuery plugin is very simple and easy to implement. Also, this plugin provides various options to customize your Date-Tim...

By: CodexWorld Aug 23, 2017

Learn how to implement autocomplete textbox with multiple values using jQuery, PHP and MySQL. We'll use jQuery UI Autocomplete to show the suggestions from the MySQL database and users would be able to select multiple values. Also, this simple JavaScript h...

By: CodexWorld Apr 22, 2016

Smooth scrolling using jQuery gives a better user interface to the web project. Smooth scroll reduces efforts of the users to scroll for reach the certain portion of the page. With smooth scrolling, the user can reach the specific portion of the page by cl...

By: CodexWorld May 29, 2019

Many times you required to giving a printable option on your web project. If you are working on this kind of project and looking for a simple solution for that, then this tutorial will help a lot. Using PrintArea jQuery plugin, you can easily print a part ...

By: CodexWorld Apr 22, 2016

Are you want to prevent visitors from copying your web page content? In this short article, we'll show you how to stop content theft from your website using jQuery. For stopping the content copy of your website you can do two things, one is to disable the ...

By: CodexWorld Apr 22, 2016

Are you working on eCommerce application? And concerned about the user experience? If so, then you can use jQuery Fly to Cart Effect. Our jQuery Fly to Cart / Fly to Basket script helps you to implement flying images effect while products are added to shop...

By: CodexWorld Apr 22, 2016
jQuery » PHP

The Autocomplete textbox allows the user to quickly find and select a value from the pre-populated option list. Autocomplete textbox provides a user-friendly way to add a search input field with auto-suggestions dialog in the web application. The jQuery UI...

By: CodexWorld Aug 8, 2022

This short tutorial helps you to build simple jQuery script for select or deselect all checkboxes on one click. Our select all checkboxes jQuery script is short and useful. You can use this jQuery script in the HTML form or records list. Test the live dem...

By: CodexWorld Jan 26, 2016
keyboard_double_arrow_up