Found a total of 10000 related content
10 jQuery Time Picker Plugins
Article Introduction:Ten super cool jQuery time selector plugins to make your web page look new! Although date and calendar selectors are everywhere, time selectors are relatively few. It's time to let you see these excellent plugins!
Update: March 24, 2016 Obsolete, damaged or deprecated plugins have been removed. The entire list was refreshed based on current design trends and standards, and some new plugins were added.
jquery.timepicker
Looking for simple and easy-to-use plug-ins? Inspired by Google Calendar, this jquery.timepicker plugin is a powerful library designed to make time input as natural as possible.
Home/Demo | GitHub
Wicke
2025-02-18
comment 0
604
jQuery Highlight Element Based on Current Date Time
Article Introduction:This is a little jQuery function I wrote to add a selected class to an element based on the current date and time
(using date timestamp). The idea being to set a current session which is currently showing, like shown in the screenshot below.
$.d
2025-02-26
comment 0
845
10 Top of the Line jQuery Date Popup Plugins
Article Introduction:Top 10 jQuery Date Picker Plugins to Enhance Your Forms
These ten top-tier jQuery date picker plugins can significantly enhance your forms in minutes, providing a user-friendly experience. Most offer a clickable calendar popup when a date field is a
2025-02-26
comment 0
723
10 Cool jQuery Clock Tutorials (Analog and Digital)
Article Introduction:This post showcases a collection of impressive jQuery analog and digital clock tutorials to modernize your website. Let's dive into these time-telling marvels!
Related articles:
10 jQuery Calendar and Clock Picker Plugins
Create Your Own jQuery Dig
2025-02-27
comment 0
1152
jQuery DATETIME Functions - Complete Listing
Article Introduction:This is the only Date/Time jQuery functions you will ever need. It works better than any other date/time libraries out there and has minimal overhead, guaranteed speed and accuracy.
Includes functions to: get date, convert date, valid date, string t
2025-03-03
comment 0
553
jQuery Profile Picture Grabber Plugin
Article Introduction:This jQuery plugin simplifies the process of fetching profile pictures from various social networks, saving time when setting up profile images for web applications or website registrations.
What it does:
The jQuery Profile Picture Grabber plugin ret
2025-02-26
comment 0
814
How to insert date picker in Outlook emails and templates
Article Introduction:Want to insert dates quickly in Outlook? Whether you're composing a one-off email, meeting invite, or reusable template, this guide shows you how to add a clickable date picker that saves you time.
Adding a calendar popup to Outlook email
2025-06-13
comment 0
669
5 jQuery Right Click Context Menu Plugins
Article Introduction:Five Lightweight jQuery Right-Click Context Menu Plugins
Looking for efficient and lightweight jQuery right-click menu plugins? This curated list presents five excellent options to save you time and effort. Let's dive in!
jQuery Context Menu Plugin
2025-02-26
comment 0
1170
How to Convert Milliseconds to a Readable Date in jQuery/JavaScript?
Article Introduction:This article demonstrates how to convert milliseconds, representing elapsed time since 1970, into a readable date format in jQuery/JavaScript. The Date object is utilized to achieve this, enabling the conversion of milliseconds into a Date object. Th
2024-10-21
comment 0
764
How to set the time of bootstrap
Article Introduction:The method to set time in Bootstrap includes: using the <input type="time> HTML element to create a time input box. Use Bootstrap Datepicker to implement more advanced time selectors, including date and time selection. You can also use third-party plugins such as jQuery Timepicker or Bootstrap Timepicker.
2025-04-07
comment 0
755
Top 5 Date Manipulation JS Plugins
Article Introduction:JavaScript's built-in date and time methods are very basic. Of course, you can write your own JavaScript date processing library, but why reinvent the wheel? We can easily get a well-developed and tested JavaScript date processing plugin, just like the following! Enjoy it!
XDate
This is a lightweight wrapper around JavaScript native Date objects that provide enhanced date parsing, formatting, and manipulation capabilities. It implements the same approach as native Date, so it should look very familiar.
Source Code Demo
DP Date Extension
An extension
2025-02-28
comment 0
1287
SlideDeck – A Real Premium jQuery Slider plugin
Article Introduction:SlideDeck: A powerful jQuery slideshow plugin
SlideDeck is an excellent jQuery slideshow plugin that not only plays pictures, but also plays various content like other jQuery plugins. So, what are the advantages of this paid plugin compared to those free plugins that can be downloaded and used immediately? Simply put, SlideDeck offers a range of comprehensive features out of the box that are unmatched by free plugins. More importantly, it is also SEO friendly! The content in the slideshow is clearly organized in your code and automatically indexed by search engines. This way, you can save time on SEO-related tasks.
Functional Features:
This is listed below
2025-03-07
comment 0
1124
How to Convert Milliseconds to a User-Friendly Date in JavaScript/jQuery?
Article Introduction:This article presents techniques to convert raw milliseconds timestamps to a more human-readable date format using JavaScript and jQuery. It explores the underlying issue of presenting a consistent time display for users in a web application, address
2024-10-21
comment 0
1166
10 Amazing jQuery Carousel Plugins
Article Introduction:10 amazing jQuery carousel plugins to rejuvenate your website! Carousel plug-ins are essentially a display tool for continuously looping display media (for example, images are displayed at time intervals to ensure that each image is displayed on its turn). Enjoy it!
rCarousel
A continuous carousel plug-in based on jQuery UI.
Theatre Carousel
An amazing carousel plugin. You can add it to your page and this tutorial will guide you on how.
Barousel
A jQuery plugin that makes it easy to create simple carousels, where each slide is defined by images and any type of related content.
2025-03-06
comment 0
934
Creating a Flashing Text Effect with jQuery
Article Introduction:Core points
This tutorial guides you how to create a cross-browser-compatible jQuery plugin that achieves flashing text effects and enhances website style and appeal. The plug-in also considers the problem of accessibility and provides the stop() method to stop the effect.
The plugin is called "Audero Flashing Text" and is developed in accordance with jQuery plugin best practices. It contains default settings, initialization, start, stop, and isRunning methods. These methods control the text to be displayed, fade in, duration, fade out time, and the order in which text selection is selected.
The start() method is the most critical part of the plugin because it runs the effect. It involves creating an element floating within a specified area, fadeOut(
2025-02-24
comment 0
676
10 jQuery Live Page Edit Plugins
Article Introduction:Ten powerful jQuery real-time web editing plug-ins to help you easily modify web content in real time! This article will recommend ten excellent jQuery real-time web editing plug-ins to you, allowing you to say goodbye to the cumbersome web editing process and improve work efficiency.
jQuery plug-in: In-Line Text Edit
This plugin allows users to directly modify text blocks and view changes in real time. The data entered by the user will be passed to the server-side script for processing, and the parsed data will be returned to the user for display.
Source Code Demo
LiveXMLEdit
A tool for editing in line XML files. It can render uploaded XML files and allows you to click on the creation
2025-02-27
comment 0
964
Finding a Date Picker Input Solution for Bootstrap
Article Introduction:Best practices for cross-browser date input
This article explores the challenges and best solutions for implementing date input fields in various browsers. Due to inconsistent browser support and neglect of lang attributes, we need a robust solution to deal with date formats, UTC/local time issues, and differences between different browsers.
Key points:
The browser's support for and lang attributes is uneven, resulting in the inability to display input widgets in non-native languages.
Many JavaScript solutions attempt to improve support for date input, but few scripts can handle two different date formats that display and save data at the same time.
Datepicker for jQuery UI is a well-tested and supported
2025-02-20
comment 0
1100