jquery4u.com - Archives (juillet 2013)

1 jQuery Fan Blog for your Daily News, Plugins, Tuts/Tips & Code Snippets.

Le: 27 07 2013 à 23:05 Auteur: Sam Deering

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:...

Le: 26 07 2013 à 22:40 Auteur: Sam Deering

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...

Le: 26 07 2013 à 22:35 Auteur: Sam Deering

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...

Le: 26 07 2013 à 22:30 Auteur: Sam Deering

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(...

Le: 26 07 2013 à 22:02 Auteur: Sam Deering

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 () {        ...

Le: 19 07 2013 à 23:00 Auteur: Sam Deering

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...

Le: 19 07 2013 à 22:23 Auteur: Sam Deering

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...

Le: 07 07 2013 à 09:59 Auteur: Sam Deering

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...

Le: 05 07 2013 à 06:50 Auteur: Sam Deering

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...

Le: 02 07 2013 à 23:00 Auteur: Sam Deering

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...