- news (348)
- links (346)
- jQuery Plugins (62)
- jQuery Code Snippets (34)
- jQuery and JavaScript (21)
- plugins (17)
- jQuery News (17)
- Uncategorized (16)
- Media (13)
- jQuery Mobile (11)
- jQuery and CSS (10)
- jQuery Utilities (9)
- jQuery and Ajax (9)
- Random jQuery Stuff (9)
- jQuery Functions (8)
- jQuery Articles (8)
- images (7)
- jQuery (7)
- jQuery Tutorials (7)
- Jquery Editors (6)
- jQuery and HTML (6)
- jQuery and WordPress (6)
- Javascript Libraries (6)
- jQuery Testing (6)
- jQuery Events (6)
- Supersized - Full Screen Background/Slideshow jQuery Plugin
- Supersized - Full Screen Background Slideshow jQuery Plugin
- jQuery content slider carousel image slideshow | bxSlider
- qTip2 - Pretty powerful tooltips
- 30 Days to Learn jQuery | Tuts+ Premium | The best way to learn creative and technical skills.
- turn.js - The page flip effect for HTML5
- Web Design Shock
- Underscore.js
- SimpleModal / Eric Martin / ericmmartin.com
- Highslide JS - JavaScript thumbnail viewer
- Cookie Law Compliance Solution | Cookie Control by Civic
- Page Loading Effects with jQuery
- Estro - jQuery Ken Burns & swipe effect slider Preview - CodeCanyon
- Make Your Own Bookmarklets With jQuery - Smashing Coding
- jQuery Slideshow & Content Slider Plugin | SlideDeck
- ALAJAX - jQuery AJAX Forms plugin
- jQueryをロードする際のナイス!と思った書き方
- Everything You Need to Build A CSS3 Responsive Fluid Layout | Queness
- How to Code a jQuery Rolodex-Style Countdown Ticker - DesignM.ag
- jQuery/JavaScript Tools and Plugins Worth Checking Out | Impressive Webs
- jqBootstapValidation by ReactiveRaven
- Kendo Blog Posts > Hello Services / WebAPI, REST, JSON and AJAX
- 翻訳:HTML5モバイルWebフレームワークの比較 - きしだのはてな
- [JS]異なる高さのdiv要素を揃えるだけでなく、均等割付やグリッドに揃えることもできるスクリプト -jQuery.grrrid.js | コリス
- [5]テーブル、チャート、コード表示プラグインを活用する - みてわかる!jQuery入門:ITpro
Kwicks for jQuery
Kwicks for jQuery is a highly customizable and versatile widget that enables beautiful transition effects between list items. Kwicks transforms lists and other elements into stylish accordion-like sliding boxes.
Setting up this example is easy:
Add the markup
<ul class="kwicks">
<li id="kwick1"></li>
<li id="kwick2"></li>
<li id="kwick3"></li>
<li id="kwick4"></li>
</ul>
Add the CSS
.kwicks li{
float: left;
width: 125px;
height: 100px;
margin-right: 5px;
}
#kwick1 {
background-color: #53b388;
background-image: url('images/meet.gif');
}
#kwick2 {
background-color: #5a69a9;
background-image: url('images/kwicks.gif');
}
#kwick3 {
background-color: #c26468;
background-image: url('images/for.gif');
}
#kwick4 {
background-color: #bf7cc7;
background-image: url('images/jquery.gif');
margin-right: none;
}
Add the jQuery
$().ready(function() {
$('.kwicks').kwicks({
max : 205,
spacing : 5
});
});
This is a basic example of what you can do with Kwicks. With the amount of control this plugin provides over its properties, many configurations are possible. It can even go vertical!
Learn more about jQuery
Live edit functionality in web pages and web apps is all the rage these days but never fun to implement. ...
I only just found out that the jQuery validation plugins has a validation rule called “remote” which can be used ...
jQuery function to check if horizontal scroll is present – hasHScrollBar() – (or vertical check below also, util function to ...
jQuery function to Set any DOM Element to Top View (bring to front) using CSS Z-Index property.
Is it possible to declare arrays in JavaScript object literal notation? Example 1 – this works with arrays Declaration: Storage ...
To get the a variables type using jQuery there is a jQuery function called .type() which returns “array”, “string”, “number”, ...
In this post you can find tutorials which explain step by step different API use cases with jQuery like Google ...
For valuable work on creation of sites you need a good comfortable editor necessarily. There are many requiring paid products ...
Today we are sharing with you a collection of awesome jQuery Camera Photo plugins. They offer a range of image ...
Back in the day, if you saw something that was animated on a website it was automatically assumed to be ...
In this post, we have compiled a list of 10 jQuery HTML5 Audio players available today, most allow native audio ...
jQuery Mobile is a powerful framework for making mobile web applications. But can we use it to convert existing desktop ...
I have jotted a quick post on a Basic JavaScript Regular Expression Example to give beginners out there a taste ...
In April 2012′s edition of Interestingly Random JavaScript, jQuery and Web Development we bring you some very cool stuff such ...
In this post we are sharing you a roundup of 10 really jQuery plugins as of today. Pretty cool plugins ...
As always expected from the jQuery community, the compilation we have for you today are some good and impressive recently ...
A collection of jQuery PNG/JPEG/GIF plugins that enables image animation, cartoon-like background, etc… let them help you design displays for ...
A collection of JavaScript/jQuery Zip/File/Compressor plugins that allows you to minify your JS code and compress your JS files ready ...
Quick jQuery code snippet on how to keep an element in view. For demo scroll down on any page on ...
Here is what I think is the best and most reliable way to load jQuery library and jQuery UI Libraries. ...
Use jQuery and the Google Maps API to create your own map application.
Super cool and easy way to get stylish tooltips with jQuery.
The right way to include the jQuery library in WordPress.