サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
2024年ランキング
plugins.jquery.com
Superfish is a jQuery plugin that adds usability enhancements to multi-level drop-down menus. Fully supports touch devices and keyboard interaction.
This version is old school. Please find jQuery plugins on npm.
Apple has a new product nav menu that replaced their old horizontal scroller with some new animated candy. The demo will take some time before all major browsers even support this cool new CSS wizardry. Never fear—you can create a similar menu with jQuery that works in every browser, even IE6. demo: http://www.htmldrive.net/items/demo/1076/cool-jQuery-Apples-New-Slide-Menu download: http://www.h
Easy make whole div clickable with just one <a> tag and no one SEO problem. .... .... $(".divlinker").divlinker(); .... .... <div class="divlinker"> <img src="image.jpg" width="151" height="130" /> <br /> <a href="http://www.google.com">Link text</a> </div> .... ....
This plugin will read the current weather for a location using Yahoo! Weather. It produces structured HTML with in-built CSS classes for styling. Simple and easy to use. Features Define one or more locations. Choose to include background image indicating condition. Displays day or night images. Returns city, current temperature and condition description. Choose to include high/low temperature
This is the jQuery version of my CSS3 item, an Apple-inspired dock navigation menu (with stacks). See the preview of "jQuery version" of "Docklr" here Features Stacks (as the submenu). CSS fallback. Semantic HTML. Animated tooltip. Bouncing animation effect. Magnification and radius can be set to custom value. Positioning can be fixed to window or absolute to an element. Placement could be horizon
Custom event inspired by Jan Kassens' outerclick event: http://blog.kassens.net/outerclick-event The outerClick event is fired when an element outside of the target element is clicked. This plugin defines the method "outerClick". Demo: http://littleroom.se/playground/outerClick/ Usage: // Bind an event: $("#foo").bind("outerClick", function (event) { alert("You clicked outside of #foo."); });
Whilst developing QVIVO's online media manager the development team could not find a scroll bar solution with the performance to handle large amounts of items especially on IE6-8. Our simple plugin works similar to Anrikun's Scrollbarpaper by using the browser's native scroll pane and simply layering our custom scroll bar elements on a higher z-index than the browsers. This ensures scrolling feels
Simple Tree Menu creates a visually-simple menu inspired by the Mac OS X Finder tree. It uses a straightforward HTML structure based on <ul> that is the same as the Son of Suckerfish drop-down menus, so it's easy to learn, and it degrades gracefully. There's no complex options to pass in and your preferred style can be created in CSS. The source-code download includes CSS and PNG icons to create
jQuery.pageMenu plugin can help you to generate table of page contents based on the headers (tag “H1″ – “H6″). Example: <code> <script type="text/javascript"> $(function() { $('h2').pageMenu(); }); </script>
This version is old school. Please find jQuery plugins on npm. WOW Slider is a jQuery image slider plugin with fantastic visual effects and beautifully designed themes. Comes with a GUI wizard to create sliders without coding and image editing. Responsive, fully accessible as a pure CSS slider if the Javascript is turned off, touch swipe support, all browsers, all devices, search engine friendly,
droparea HTML5 drag and drop image file uploader droparea is a HTML5 drag and drop image file uploader jQuery plug-in and a php script for server-side. I've only tested it on Google Chrome (11.0.696.65) and Mozilla Firefox (3.6.17) and it works enough for me for now! <div class="droparea spot" data-width="460" data-height="345" data-type="jpg" data-crop="true" data-quality="60" data-folder="sample
Turns a given dom element into a dynamic clock, updating every second. Default usage:
jQuery Browser Extension to detect IPhone and IPad Safari browser <html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js" type="text/javascript"></script> <script type="text/javascript"> jQuery.extend(jQuery.browser, {SafariMobile : navigator.userAgent.toLowerCase().match(/iP(hone|ad)/i) } ); </script> </head> <body> <script> $(function(){ if($.browser.SafariM
Demo http://derek.app02.i-sites.com/scrollbarTable-0.1/demo.html This is a simple plugin to allow a table to be scrolled while having a fluid layout (not fixed column widths) and fixed headers. That's all. Usage First, we need some markup <table class="scrollMe"> <tr> <th>Header</th> <th>Text that shows how fluid the table is</th> </tr> <tr><td>Data</td><td>Data</td></tr> <tr><td>
This jQuery Plugin makes it easier to generate HTML5 Desktop Notifications. The Plugin is still under development. More features are being added currently Basic Usage(Simple Notification): $.jwNotify({ image : 'path-to-image-file', title: 'title-to-be-shown', body: 'body-of-the-notification', timeout: 10000 });
JQuery Splitter is widget for JQuery which splits horizontally or vertically content with movable element between them. Selected Element must have two children (You can create nested splitters). <div id="split_this"> <div>Content Left</div> <div>Content Right</div> </div> ... $('#split_this').split({orientation: 'horizontal', limit:50}); 'limit' is width from border which don't allow to move.
Summary Splits a list into multiple columns, with the items ordered vertically and then horizontally (so in the case of a numbered list, the first column would be [1, 2, 3], the second column would be [4, 5, 6], etc). While CSS3 supports this naturally, this plugin provides an alternative where CSS3 can not be used. Usage jQuery(<i>selector</i>).columns(numberOfColumns, padIncompleteColumns); The
wdCalendar is a jquery based google calendar clone. It cover most google calendar features. Day/week/month view provided. create/update/remove events by drag & drop. Easy way to integrate with database. All day event/more days event provided. Downloads
Found a bug on the new jQuery Plugin website? Have a feature request? Submit it to the jQuery Plugin website issue queue to ensure it is noticed! About Adds input hints (via absolute position divs) to a form. It uses the title attributes from each input/textarea as hints. It is called it on the form (or any parent). $(form).inputHintOverlay() Why use title tags? This makes it play nice with pre-
Found a bug on the new jQuery Plugin website? Have a feature request? Submit it to the jQuery Plugin website issue queue to ensure it is noticed! This plugin will resize targeted images to their max width according to the browser, their ratio, and some simple specs. Every time a user resizes the browser, the images will resize with it, while retaining it's ratio. The images can resize based on th
Social Button (e.g. Facebook, Twitter, mixi, GREE) this plugin is the easiest way to implement "share" buttons (links to social networking services, like facebook etc.) to your website. Available Services Facebook / Like button http://developers.facebook.com/docs/reference/plugins/like Twitter / Tweet Button http://twitter.com/goodies/tweetbutton mixi / mixi check http://developer.mixi.co.jp/conne
Found a bug on the new jQuery Plugin website? Have a feature request? Submit it to the jQuery Plugin website issue queue to ensure it is noticed! Can't find a Plugin you are looking for? Check out the jQuery Wiki page. Are you a plugin developer? Please move your plugin over to this site.
The script adds basic Media Query-Support (min-width and max-width in px units ) to all browsers (http://www.w3.org/TR/css3-mediaqueries/). It helps you to create a dynamic resolution dependent layout with webstandards in mind. Downloads
Can't find a Plugin you are looking for? Check out the jQuery Wiki page. Are you a plugin developer? Please move your plugin over to this site.
Simulates the 3-state checkbox functionality found in desktop applications using clean semantic markup. Usage: $('ul.triState','').tristate(); The required HTML is nothing but nested unordered lists. The plugin can handle any number nested levels automatically. Simply call the tristate function on the root ul tag. The tristate plugin can handle any number of instances on a given page. There are a
hoverTimer hoverTimer is an object oriented timer that waits for a specified amount of time to pass to prior to calling the "mouseover" and "mouseout" events, also timing each events adding triggers to an update event that can be used as a listener. It also maintains the timer objects in a group to allow control over other still active objects. Releases Official releasesDateSizeLinksStatus
次のページ
このページを最初にブックマークしてみませんか?
『jQuery Plugins』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く