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
PHP

PHP Event Calendar is a user-friendly way to display events dynamically from the database. Not only list the events, but you can also provide an option to add events to the calendar for a specific date. Based on the selected date, the event will be added t...

By: CodexWorld Apr 8, 2021

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
PHP

Pagination is very useful for the data list where a large number of records are listed from the database. It helps to load the dynamic data faster by diving records in multiple pages. The pagination functionality can be integrated using PHP easily. In PHP ...

By: CodexWorld Dec 15, 2021
PHP

The event calendar is a very useful element to display events datewise in the web application. There are various jQuery plugins are available to integrate event calendar in the website. But if you want to list dynamic events on the calendar, it can be easi...

By: CodexWorld Jun 18, 2020

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
keyboard_double_arrow_up