Mercurial > hip
view hip.html @ 1:a31bdc4de955
Added autocomplete popup and querysource class
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Fri, 09 May 2008 16:48:45 -0700 |
parents | 9e6054e41bdc |
children | 98935af12b04 |
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> <input id="search-box" type="text" size="40" /> <div id="autocomplete-popup"></div> </body> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="hip.js"></script> </html>