Posts tagged ‘jquery’
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.
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.
HTML5/CSS3 Examples
Over the past few days, I’ve been throwing together a few examples of HTML5/CSS3 and what can be done.
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.
Why use Flash when you’ve got JS/CSS?
With CSS3/JavaScript you can do all kinds of cool looking things…
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.