Friday, May 7, 2010

London Ontario Silver City Prices Tuesday

bakery

...Vista l'ampiezza della documentazione, per una
eventuale visione contattare l'autore al seguente indirizzo

Friday, March 26, 2010

Song On The Casino Commercial

Javascript convert to uppercase

Here is a small script to jquery, made by me, to transform to uppercase characters typed in a textarea.
 
$ (document). Ready (function () {

$ ("input, textarea"). Live ('keypress', function (e) {var key
;
var val1;
/ / if IE
if (window.event) {key = e.keyCode
;

if ((key> 0x60) & & (key < 0x7B) || key == 232
e.which;

if ((key> 0x60) & & (key



Try here

< 0x7B) || key == 232