| [ 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" media="screen"> 6 <script type="text/javascript" src="../../jquery-1.2.6.js"></script> 7 <script type="text/javascript" src="../../ui/ui.core.js"></script> 8 <script type="text/javascript" src="../../ui/ui.selectable.js"></script> 9 <script type="text/javascript"> 10 $(function() { 11 $("#selectable").selectable(); 12 }); 13 </script> 14 </head> 15 16 <body> 17 18 <ul class="plugins"> 19 <li> 20 Selectable 21 <div id="selectable"> 22 <div>1</div> 23 <div>2</div> 24 <div>3</div> 25 <div>4</div> 26 <div>5</div> 27 <div>6</div> 28 <div>7</div> 29 <div>8</div> 30 <div>9</div> 31 </div> 32 </li> 33 </ul> 34 35 </body> 36 </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 |