In this short JavaScript tutorial, we'll show how to redirect page after some specified time. Means, page redirect will delay for some specified times. You don't need to use jQuery for doing it, using JavaScript you can easily implement this functionality....

By: CodexWorld Apr 22, 2016

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 Jul 1, 2024

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

The Select All feature is very useful where checkboxes are provided in the user interface to select all items at once. It helps the user to check or uncheck all checkboxes at once by using the Select All element. The Select All Checkboxes functionality can...

By: CodexWorld Aug 6, 2024
keyboard_double_arrow_up