Skip to content

Instantly share code, notes, and snippets.

View mingomax's full-sized avatar
🏠
Working from home

Domingos Teruel mingomax

🏠
Working from home
View GitHub Profile
@mingomax
mingomax / reservas.html
Created November 10, 2011 23:28
Html com validação em Jquery
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.js"></script>
<style type="text/css">
* { font-family: Verdana; font-size: 96%; }
label { width: 10em;}
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }