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

In the current scenario, almost every organization is making the use of web technologies to expand their business dimensions. And web application development is one of the most advanced and powerful technology that has provided a robust and effective route...

By: Lucy Barret Dec 13, 2015

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

The alert window is very common and useful things for every web projects. We use alert dialog box for display messages in the browser. All browsers have their default alert window style. Many times we need a custom alert dialog box for matching with our pr...

By: CodexWorld Apr 27, 2016
keyboard_double_arrow_up