Found a total of 10000 related content
10 Awesome jQuery ToolTips
Article Introduction:10 cool jQuery Tooltip plug-ins recommended
We've collected 10 cool jQuery Tooltip plugins you might have never seen before. These plugins provide some simple and effective tooltip options that are easy to implement on your website. Let’s enjoy it together! Related articles: - 10 jQuery Tooltip plugins and tutorials
Pop!
Use Pop!, a simple jQuery interference-free JavaScript plugin to easily create simple drop-down menus.
Source code
BetterTip
A jQuery library plugin that allows you to create custom tooltips.
EZPZ Tooltip
No
2025-03-01
comment 0
365
jQuery toUpperCase/toLowerCase Example
Article Introduction:JavaScript code snippets used to convert text to uppercase and lowercase. This is a simple example to demonstrate changes to form input values. See: jQuery titleCaps function
jQuery('form').submit(function() {
jQuery('input#value').val(function(i, val) {
return val.toUpperCase();
return val.toLowerCase();
});
});
jQue
2025-03-11
comment 0
622
10 Premium jQuery Image Gallery Plugins
Article Introduction:Selected 10 best jQuery picture gallery plugins for CodeCanyon
The following are the top ten best jQuery picture library plugins on CodeCanyon for your reference:
RoyalSlider – jQuery image library that supports touch
RoyalSlider is an easy-to-use jQuery image gallery and content slider plugin with animated subtitles, responsive layouts and touch support for mobile devices.
Megafolio Gallery jQuery plugin
Megafolio is a highly customizable jQuery plugin for displaying your image gallery or portfolio. It takes advantage of the power of jQuery to masonry fabric
2025-02-24
comment 0
1150
Quick Tip: User Sortable Lists with Flexbox and jQuery
Article Introduction:This article demonstrates how to create a basic jQuery plugin for sorting elements using flexbox and custom data attributes. The plugin, numericFlexboxSorting, offers simple ascending/descending sorting based on data-price or data-length attributes.
2025-02-17
comment 0
454
10 Social Sharing jQuery Plugins You May Have Missed
Article Introduction:Top 10 jQuery Plugins for Effortless Social Sharing
Boost your content's reach with these ten excellent jQuery plugins designed to simplify social media sharing. Each plugin offers a unique approach to integrating share buttons, enhancing user exper
2025-02-21
comment 0
687
Back to Top button with smooth scroll
Article Introduction:The "Back to Top" button on long pages is a simple yet useful navigation feature. This button allows users to quickly return to the top of the page without scrolling excessively. Check out the Codepen demo below: Full text: Back to top button CSS code snippet with smooth scrolling
2025-01-07
comment 0
1240
jQuery Auto Scroll To Top Of Page
Article Introduction:Use jQuery for Smooth, Automated Scrolling to the Top
This simple jQuery code snippet provides a smooth, automated scroll to the top of your webpage. Why use it? It saves users time scrolling on long pages and adds a visually appealing touch.
[Live
2025-03-11
comment 0
1200
Scroll to Top Using jQuery (Setup time: 2mins)
Article Introduction:Quickly create a website back to top scrolling function (set time: 2 minutes)
This guide will guide you step by step how to set up the Back to Top feature on your website. Just scroll down this page to view the demo.
Download the scrollTo plugin and include it.
Get an image (arrow or similar).
Contains the following HTML code.
Contains the following jQuery/JavaScript code to capture window scrolling and process the display of images.
It's that simple!
HTML
jQuery
This jQuery code displays the image when the user scrolls down, hides the image when scrolling up, and processes click events.
$(document).ready(funct
2025-02-24
comment 0
884
10 Easy to Use jQuery Plugins
Article Introduction:Ten easy-to-use jQuery plug-ins recommended and FAQs
This article introduces ten simple and easy-to-use jQuery plugins, including jQZoom Evolution, queue & dequeue, Awkward Viewline, jQuery-Notes 1.0.2, QuickFlip 2, Semitransparent rollovers, Beautiful Slide out Navigation, The Sexy Curls jQuery Plugin, Fixed Fade out Menu and Reveal: jQue
2025-03-02
comment 0
918
10 jQuery Panorama Image Display Plugins
Article Introduction:Ten excellent jQuery panoramic image display plug-ins to help you create an attractive website! This article will introduce ten powerful jQuery plug-ins to allow developers to easily create interactive 360-degree panoramic images on their websites. These plugins include Threesixtyslider, Paver, jQuery Spherical Panorama Viewer, jQuery Virtual Tour, SpriteSpin, Pano, Panorama 360° jQuery Plugin, jQuery Image Cube, Cyclotron, and jQuery Simple Panoram
2025-02-17
comment 0
561
Building a Filtering Component with CSS Animations & jQuery
Article Introduction:Some months ago, I wrote an article about MixItUp, a popular jQuery plugin for filtering and sorting. In today’s article, I’ll show you how to build your own simple filterable component with jQuery and CSS animations.
Without further ado, let’s get
2025-02-22
comment 0
340
10 jQuery Sticky Scroll Plugins
Article Introduction:This post showcases twelve excellent jQuery plugins for creating sticky scroll effects, keeping elements visible while scrolling. Let's explore them!
Sticky: A simple plugin to make any element persistently visible.
Source Demo
stickyMojo: A
2025-02-24
comment 0
877
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
10 jQuery Alert Windows and Prompts
Article Introduction:10 excellent jQuery pop-up plug-ins to help you improve your user experience!
Pop-up windows are an excellent way to quickly display information, prompt errors, warnings, and information requests to users. Combined with jQuery, you can create beautiful pop-ups to make your app or website more vivid. The following list is 10 excellent jQuery pop-up plug-ins, I hope you like it!
Apprise
This is a simple, fast, beautiful and inconspicuous way to communicate with users. It allows you to have full control over style, content, location and functionality. Apprise is perfect for developers who want beautiful pop-ups without downloading large UI frameworks.
jReject: jQuery browser rejects plugin
Provides a simple, robust
2025-03-07
comment 0
388
jQuery Strip All HTML Tags From a Div
Article Introduction:Use jQuery to remove all HTML tags in div
The following is a simple jQuery code snippet, using jQuery's replace() function to remove all HTML tags in the div (i.e., only the text inside the HTML tag is retained). See also Remove Spaces.
var item_html = $(this).html();
item_html = item_html.replace(/] >/gi, '');
Simpler functions:
jQuery.fn.stripTags = function () {
return this.re
2025-03-06
comment 0
988
5 jQuery Text Rotate Arc Plugins
Article Introduction:Five jQuery text rotary curved plug-ins are recommended to help you improve text layout design!
Related articles:
10 jQuery text conversion plug-ins
5 jQuery text fill resize plugins
CircleType.js
A lightweight (4kb) jQuery plugin that allows you to easily set text into circular arrangements.
Source code and demonstration 2. ARCTEXT.JS
Use CSS3 and jQuery to achieve text curve effect.
Source code and demonstration 3. jQuery super simple text rotator produced by Pete R.
Add super easy spin text effects to your website with just a small amount or even without any tagging.
Source code and demonstration 4. ke
2025-02-22
comment 0
809
10 jQuery Text Highlighter Plugins
Article Introduction:This article was updated in May 2016 to reflect the current status of the text highlighting plugin.
Many applications or websites allow users to search for specific terms. To speed up this process, provide a good user experience, and help users find what they are searching for, you can dynamically highlight these search terms on a given page.
Here are 10 jQuery text highlighting plugins that can be used to achieve this.
Key Points
This article lists 10 jQuery text highlighting plugins that can be used to dynamically highlight search terms on web pages to improve user experience.
The listed plugins include: the keyword highlighting plugin mark.js based on cross-browser unit tests; the simple and compact highlight plugin; customizable but not
2025-02-18
comment 0
648
5 jQuery Background Video Plugins
Article Introduction:Five excellent jQuery background video plug-ins are recommended to easily create a cool website!
Many websites use pictures as backgrounds, and the effect is very cool. Since you can use pictures, why not use videos? This article will recommend five powerful jQuery background video plug-ins to help you easily videotape your website or blog background! Ready? Let's get started! Related readings:
Top 10 jQuery and HTML5 media players
jQuery parallax tutorial—animation title background
BIGVIDEO.JS
This plugin makes it a breeze to add adaptively populated background videos. It can play muted atmosphere background video (or a series of videos) or it can also be used as a player to display video playback
2025-02-25
comment 0
766
jQuery Check if Vertical Scroll is Present
Article Introduction:Use a simple jQuery code snippet to determine whether the main window vertical scroll bar exists. This feature is very useful, for example, when the user scrolls to the bottom of the page, an event that displays the relevant page can be triggered.
// Check whether the vertical scroll bar exists
// Also applicable to FF8
verticalScrollPresent: function() {
return (document.documentElement.scrollHeight !== document.documentElement.clientHeight);
}
// A lengthy version of the above method
verticalScrol
2025-03-01
comment 0
759