gridiron/index.html
2021-01-02 22:16:37 -08:00

35 lines
1.2 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<title>GridIron: jQuery grid plugin</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
</head>
<body>
<h1>GridIron</h1>
<p>
GridIron is a <a href="http://jquery.com/">jQuery</a> plugin <a href="http://tommymontgomery.com/">I</a>
wrote because I hated all the other ones. There was always something it couldn&rsquo;t do, and
it was just difficult enough where it would take weeks of hacking source code, reading documentation
and constant profanity to implement it myself.
</p>
<p>
So I figured, why not write my own? So I did. This (so far) is the result of two weekends&rsquo; worth
of work.
</p>
<p>
Eventually there will be documentation and stuff here as soon as I write it. But until then:
</p>
<ul>
<li><a href="test.html">Demo</a></li>
<li><a href="http://tommymontgomery.com/contact">Comment</a></li>
<li><a href="http://websvn.tommymontgomery.com/filedetails.php?repname=main&path=%2Fgridiron%2Fjquery.gridiron.js">Source</a></li>
</p>
</body>
</html>