| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <!doctype html> 2 <html lang="en"> 3 <head> 4 <title>Simple Selectable</title> 5 <link rel="stylesheet" href="../all.css" type="text/css"> 6 <link rel="stylesheet" href="../../../themes/base/ui.all.css" type="text/css" /> 7 <script type="text/javascript" src="../../../jquery-1.3.2.js"></script> 8 <script type="text/javascript" src="../../../ui/ui.core.js"></script> 9 <script type="text/javascript" src="../../../ui/ui.selectable.js"></script> 10 <script type="text/javascript"> 11 $(function() { 12 $("#selectable").selectable(); 13 }); 14 </script> 15 </head> 16 17 <body> 18 19 <ul class="plugins"> 20 <li class="plugin"> 21 Selectable 22 <div id="selectable"> 23 <div>1</div> 24 <div>2</div> 25 <div>3</div> 26 <div>4</div> 27 <div>5</div> 28 <div>6</div> 29 <div>7</div> 30 <div>8</div> 31 <div>9</div> 32 </div> 33 </li> 34 </ul> 35 36 </body> 37 </html>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |