Demo:
http://helloracer.com/webgl/
Web-based Graphics Library
http://en.wikipedia.org/wiki/
$(':radio').change(function () {
$(':radio:checked').each(function () {
if ($(this).val()== 2) {
//Do stuff
return;
}
});
});
$("#div1 :input[type='text']:first").focus();