Mercurial > hip
view hip.html @ 14:a26372118854
Created a primitive form of noun-first suggestion.
author | jonathandicarlo@localhost |
---|---|
date | Wed, 02 Jul 2008 16:50:15 -0700 |
parents | 8dcc88f93829 |
children | e4c22ff801f9 5fce4c8f3ebd |
line wrap: on
line source
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" media="all" href="hip.css" /> <title></title> </head> <body> <div id="status-line">Blah!</div> <input id="search-box" type="text" size="40" /> <div id="autocomplete-popup"></div> <hr/> <p>Pretend this box is your selection, OK? <input id="fake-selection" type="text" size="40" /></p> <p>Here is some stuff that you can select on this page!</p> <p>New York</p> <p>thunder@mozilla.com</p> <p>el pollo loco</p> <p>http://www.evilbrainjono.net</p> <p>Oku no hosomichi</p> <p>japanese</p> <p>opera</p> <p>mexico city</p> </body> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="nounClasses.js"></script> <script type="text/javascript" src="verbClasses.js"></script> <script type="text/javascript" src="nouns.js"></script> <script type="text/javascript" src="verbs.js"></script> <script type="text/javascript" src="querySource.js"></script> <script type="text/javascript" src="hip.js"></script> </html>