| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <!doctype html> 2 <html lang="en"> 3 <head> 4 <title>Slider Visual Test : Default vertical</title> 5 <link rel="stylesheet" href="../visual.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.slider.js"></script> 10 <script type="text/javascript"> 11 $(function() { 12 $("body").children(":first").slider({ 13 orientation: 'vertical' 14 }); 15 }); 16 </script> 17 </head> 18 <body> 19 20 <div></div> 21 22 </body> 23 </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 |