jQuery archive (1/1)
-
Quick Tip #10 – How to get HTML5′s placeholder working across all browsers
Recently I’ve been trying out the HTML5 Boilerplate to get some of this new fangled HTML into my projects. One thing I particularly like about the boilerplate, is the feature that allows you to not just implement HTML5, but also provide a fallback for the not so fortunate browsers. read more
-
Quick Tip #7 – Getting to grips with jQuery’s Traversing methods
To be more precise, we’re going to look at some of the functions used in the ‘Finding’ section of jQuery’s Traversing methods. The best way… read more
-
How to add a magnifying glass to your lightbox enabled images
I’ve recently installed Fancybox (my new favourite lightbox plugin for jQuery) so you guys can zoom in on selected images on the blog rather than squinting and trying to view images that are only 448px wide. The only problem was, it wasn’t obvious that you could click an image to zoom in on it… read more
-
Quick Tip #1 – Getting min-height to work in all browsers using jQuery (JavaScript)
With most sites I build, I would have quite a big use for min-height but with not all browsers supporting it, I can’t really use… read more
-
Get yourself a great looking custom Twitter badge
Twitter has absolutely exploded over the past few months, it’s all over the radio and TV; even some ‘celebrities’ can’t get enough of Twitter -… read more
-
The simple way to get equal column heights using CSS and jQuery
With the recent popularity of multiple column layouts, and constantly changing content that can alter the height of a column from minute to minute -… read more