Found a total of 10000 related content
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
Building a WordPress Carousel Plugin: Part 1
Article Introduction:This tutorial details creating a WordPress carousel plugin leveraging the WordPress Links Manager API – the most efficient method for managing link lists within WordPress. The carousel will showcase a series of items, each featuring a background ima
2025-02-16
comment 0
1106
A jQuery Plugin for Touch Swiping - Part 1 of 2
Article Introduction:This article details building a jQuery plugin for detecting horizontal swipes on touch devices. Part one focuses on creating a responsive image carousel. Part two (not included here) will add swipe detection.
Key Concepts:
This tutorial creates a j
2025-02-24
comment 0
1056
Continuous Carousel Driven by jQuery UI
Article Introduction:This jQuery UI continuous carousel, rcarousel, offers a nostalgic trip back to childhood carousels, but without the motion sickness! Version 1.1 boasts significant improvements, including support for any HTML content (not just images) and simplified
2025-02-28
comment 0
667
Good jQuery Plugin Template
Article Introduction:This is a well-structured jQuery plugin template. Here's a slightly revised version with improved clarity and some minor adjustments for best practices:
Key Takeaways
This article presents a robust jQuery plugin template serving as a foundation for
2025-02-22
comment 0
486
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
Unheap.com: a Better jQuery Plugin Repository?
Article Introduction:Unheap: A Superior jQuery Plugin Repository
The official jQuery Plugin Registry, while functional, leaves much to be desired. Its interface is clunky, search capabilities are weak, and it lacks crucial features like demos, user reviews, and ratings.
2025-02-23
comment 0
859
The FontFace jQuery Plugin
Article Introduction:Key Takeaways
The FontFace jQuery Plugin simplifies the process of using custom fonts on websites, ensuring cross-browser compatibility and faster loading times by only loading necessary font files.
The plugin supports all font file types suppor
2025-03-08
comment 0
1127
jQuery on Screen Keyboard Plugin
Article Introduction:This jQuery on-screen keyboard plugin provides a customizable virtual keyboard for enhanced website usability. It's similar to Windows' accessibility keyboard, appearing when an input field is clicked.
Implementation:
Download: Obtain the plugin f
2025-03-04
comment 0
700
Developing a Password Strength Plugin with jQuery
Article Introduction:Passwords remain a cornerstone of online security, even with the rise of multi-factor authentication. This article guides you through creating a robust jQuery password strength plugin using the zxcvbn library. This plugin helps users generate stron
2025-02-22
comment 0
843
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
1123
How to Customize Autocomplete Plugin Result Formatting in jQuery UI?
Article Introduction:Customizing Autocomplete Plugin Result FormattingWhen utilizing the popular jQuery UI Autocomplete plugin, you may encounter the need to highlight specific character sequences in the drop-down results to enhance user experience. This article explains
2024-10-21
comment 0
1070
A Basic jQuery Plugin using the Module Pattern
Article Introduction:Detailed explanation of jQuery module pattern: build maintainable and extensible plug-ins
Core points:
jQuery's module pattern can organize code in a maintainable and extensible way, keeping the global namespace neat, reducing the possibility of naming conflicts, and providing ways to protect variables and methods.
Create a basic jQuery plugin using module pattern by defining a self-executing anonymous function to encapsulate the plugin code, providing private scope for variables and methods, and then exposing the public API by returning objects containing public methods and attributes.
Module pattern is a design pattern that can be used not only with jQuery but also with any JavaScript library, and can be used to develop commercially for jQ
2025-02-27
comment 0
690