Mercurial > hip
annotate hip.html @ 3:cf0f9e6d383d
Clarified some things in the README.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Mon, 12 May 2008 13:53:10 -0700 |
parents | a31bdc4de955 |
children | 98935af12b04 |
rev | line source |
---|---|
0 | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
4 <head> | |
5 <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> | |
6 <link rel="stylesheet" type="text/css" media="all" | |
7 href="hip.css" /> | |
8 <title></title> | |
9 </head> | |
10 <body> | |
11 <input id="search-box" type="text" size="40" /> | |
1
a31bdc4de955
Added autocomplete popup and querysource class
Atul Varma <varmaa@toolness.com>
parents:
0
diff
changeset
|
12 <div id="autocomplete-popup"></div> |
0 | 13 </body> |
14 <script type="text/javascript" src="jquery.js"></script> | |
15 <script type="text/javascript" src="hip.js"></script> | |
16 </html> |