1 jQuery Fan Blog for your Daily News, Plugins, Tuts/Tips & Code Snippets.
A while ago I uploaded a demo (enhancements of the jQuery on-screen keyboard). Since I have added support for HTML5 form validation. In the write function it basically checks the inputs for HTML5 validation rules to determine output write. This is the gist of it:...
This is a simple on-screen keyboard powered by JavaScript/jQuery. I have made some enhancements to the jsKeyboard plugin and fixed some bugs it had and added it to GitHub. View Demo Download * Updated default keyboard layout * Hooked up to work with mutiple field...
Some code snippets to make Adobe Edge HTML5 animation exports responsive. The code below work out the percentage scale (responsive by width) of the browser width (mobile device inc) and uses CSS3 to scale the export so that it resizes to match the container. It...
Special CSS3 Scaling for Android version less than 2.3. Following on from link Making Adobe edge HTML5 Animations mobile responsive. //special scaling for andriod version less than 2.3 var ua = navigator.userAgent; if(...
Just a quick demo of a the Wheel of Fortune. Random spin animating wheel of fortune with win/lose realize. Requirements: jQuery Transit.js Demo Code The Code – jQuery window.WHEELOFFORTUNE = { cache: {}, init: function () { ...
This code uses HTML5 Datalist tag to setup autocomplete options for a text field. It grabs the data from a JSON file with an AJAC request (data which can be stored in the browser persistently if need be or locally on a js object). It...
Use Google Chrome in Kiosk Mode. I just did some research and found something awesome. Chrome can start in Kiosk mode out of the box. Great for locking down and displaying any kind of web appication! This is what you do: Create a new chrome.exe...
This is a Sponsored Review for Imcreator.com by jQuery4u.com. Imcreator offers a free online tool to make a website. So I decided to give it a go and see what it was like to use as a developer I usually start from Bootstraps such as...
Totally worth a share on the blog. See chromeweblab.com the magic of the web brought to life through 5 Chrome Experiments. Open to the world online. Live from the Science Museum, London. There are 5 experiments, pretty cool stuff. I like Sketchbots. You can take...
Today we are giving you a list of 15+ jQuery Radio Button & Checkbox Style Plugins — A collection of simple, lightweight, style-able radio button and checkbox plugins using jQuery. Enjoy! :) Related Posts: 10 JQUERY IPHONE STYLE PLUGINS 1. jQuery prettyCheckable This plugin replaces...