Mercurial > hg > digilib-old
comparison client/digitallibrary/jquery/jquery-test-full.html @ 612:fb94f1b74d59 jquery
bind data and actions to buttons
author | hertzhaft |
---|---|
date | Fri, 14 Jan 2011 17:07:09 +0100 |
parents | 435f81210a33 |
children | 53ee659e2d00 |
comparison
equal
deleted
inserted
replaced
611:1b6202aba26e | 612:fb94f1b74d59 |
---|---|
11 | 11 |
12 div.digilib { | 12 div.digilib { |
13 float: left; | 13 float: left; |
14 padding: 10px; | 14 padding: 10px; |
15 } | 15 } |
16 | |
17 div.buttons { | |
18 position: fixed; | |
19 right: 5px; | |
20 top: 5px; | |
21 padding: 3px; | |
22 background-color: silver; | |
23 } | |
24 | |
25 | |
16 | 26 |
17 </style> | 27 </style> |
18 | 28 |
19 <script type="text/javascript" src="jquery-1.4.4.js"></script> | 29 <script type="text/javascript" src="jquery-1.4.4.js"></script> |
20 <script type="text/javascript" src="dlGeometry.js"></script> | 30 <script type="text/javascript" src="dlGeometry.js"></script> |