Your browser (Internet Explorer 6) is out of date. It has known security flaws and may not display all features of this and other websites. Learn how to update your browser.
X

Posts tagged ‘jquery’

Articles

The latest HTML5 / JavaScript game engines

In the age of multiple platforms and smartphones there is one definite feature is supported by all – a browser. Running with this idea is latest innovation in browser gaming – the gaming engine.

Articles

Blankit for jQuery – set your targets to blank.

The latest addition to my ever growing list of projects on Github is Blankit – a jQuery plugin for adding target=”_blank” to any matching elements.

Articles

HTML5/CSS3 Examples

Over the past few days, I’ve been throwing together a few examples of HTML5/CSS3 and what can be done.

Articles

6 jQuery plugins that are a little bit different

To prove to myself that there was more to jQuery than content scrollers, I did some Google’ing and found 6 really unique jQuery plugins/extensions that are worth taking a look at.

Articles

Why use Flash when you’ve got JS/CSS?

With CSS3/JavaScript you can do all kinds of cool looking things…

Post

Quick Tips – jQuery: Giving your selectors some context

The jQuery function allows for a second, lesser known about, parameter which tells the function to only search for the element within the context of the given element.