Now you see me… show/hide performance
I just got back from the jQuery conference in San Francisco. Wow, what an event. In addition to some incredible talks, I had the opportunity to speak with Rey Bango, Johnathon Sharp, and, of course,...
View ArticleA jQuery UI Combobox: Under the hood
Update on 2010-08-17: This article was updated to reflect the changes to the combobox code in jQuery UI 1.8.4 The jQuery UI 1.8 release brings along the new autocomplete widget. An autocomplete adds a...
View ArticleAutocomplete Migration Guide
The jQuery Autocomplete plugin got a successor recently, the jQuery UI Autocomplete. In this guide we'll look at the old plugin API step-by-step, and how to migrate to the new API. At first it may look...
View ArticleGreat Ways to Learn jQuery
These jQuery resources will set you on the path towards mastering jQuery. Written Articles Getting Started with jQuery - this is the official jQuery getting started guide. jQuery for JavaScript...
View ArticleIntroducing jQuery API Search
Half-baked tutorials and plugins have been stacking up for months in my virtual kitchen, waiting for me to fire up the oven, finish the cooking, and spread them out on the table. For some reason,...
View ArticleMerging jQuery Deferreds and .animate()
Editor's Note: This article originally appeared on danheberden.com. jQuery’s .animate() method, and the shorthand methods that use it, are fantastic tools to create animations. Creating animations that...
View ArticlejQuery.map() in 1.6
Among all of the great fixes and additions to jQuery 1.6, I'm happy to say that jQuery.map() now supports objects! The previous map only supported arrays. With other libraries already offering object...
View ArticleUsing jQuery’s Data APIs
In the beginning (well, beginning with jQuery 1.2.3 in early 2008) there was the jQuery.data() API. It offers a way to associate JavaScript data — strings, numbers, or any object — with a DOM element....
View ArticleUsing jQuery’s .pushStack() for reusable DOM traversing methods
The .pushStack() method has been in jQuery since before version 1.0, but it hasn't received a whole lot of attention outside of core developers and plugin authors. While its usefulness may not be...
View ArticlelearningjQuery.end()
This post has been a long time in coming, and I’m sure it comes as no surprise to anyone who has been to the site in the past year and a half. But it’s time to make it official: the Learning jQuery...
View Article6 Latest Free jQuery Ebooks
Ever since jQuery libraries have been launched, front-end web development has changed. Websites are now more user-friendly, and with more features than every before. jQuery along with CSS has brought a...
View ArticlejQuery UK 2015 is Almost Here
jQuery UK is back in March (March 6th to be exact) this year with a great line up of speakers. Just in case you were interested in attending, we thought we would give you a quick breakdown of some of...
View Article10 Responsive jQuery UI Snippets
jQuery has gained immense popularity due to its simplicity in designing websites and a number of other benefits and features. jQuery turned out to be a blessing because it saves designers time in not...
View ArticleCreate a Simple Popup Window HTML5 Dialog Tag
.preview-block{position:relative;background:#f8f8f8;padding:20px;margin-bottom:20px;border:1px solid #dedede;text-align:center;transition:all...
View ArticleTop 15 jQuery Plugins for Website Designers
jQuery is the first choice for website designers because it is simple to use and has plenty of benefits and features. jQuery plugins enhance the front-end user experience to an entire new level. With...
View Article15 Top jQuery Chart Plugins for Developers
Graphics in programs like Photoshop can be created both statistically and dynamically. Creating graphics using statistical methods is a bit difficult when compared to dynamical methods. Here are the...
View Article14 Top Calendar and Date Picker jQuery Plugins
Calendar and date interfaces are widely used among developers and is one of the most important parts of web designing. Building a website using these open source jQuery plugins is really simple. Here...
View Article15 Latest jQuery Media Plugins
Website technology has experienced a boom over the last five years with major enhancements including tools like jQuery which make web design easier with Plugins. Here are 15 jQuery plugins worth...
View Article8 Awesome jQuery Zoom Plugins
When it comes to creating a portfolio or a business website that sells products, one of the important features required is zooming. Zooming to enlarge the product or image that has been shared on a...
View Article8 Useful JavaScript Libraries to Build Interactive Charts
Presentations often involve a lot of data which needs to be conveyed to clients. But making others understand raw data might be a tad bit difficult as not everyone has the same understanding of data....
View Article