‹‹Return to Article
Download this Demo››

jQuery CODE

  1. <!--Place this code in the header of your html file-->
  2. <!--Customize each component as needed-->
  3.  
  4. <script type="text/javascript" src="jQuery/navigation.plug-in.js"></script>
  5.  
  6. <script type="text/javascript">
  7. $(document).ready(function() {
  8. $("#side-nav a").vertSlider(
  9. {
  10. text : new Array("LivePipe: here is the overlay text",
  11. "Echo: here is the overlay text",
  12. "Ajax.org: here is the overlay text",
  13. "Spry: here is the overlay text",
  14. "Foo", /*"QooxDoo: here is the overlay text",*/
  15. "jQuery Tools: here is the overlay text"),
  16.  
  17. color : new Array("#ff0d4c",
  18. "#0d13ff",
  19. "#0dff18",
  20. "#fff10d",
  21. "#000", /*"#0dcfff",*/
  22. "#ff0deb"),
  23.  
  24. button : new Array("LivePipe",
  25. "Echo",
  26. "Ajax.org",
  27. "Spry",
  28. "Foo", /*"QooxDoo",*/
  29. "jQuery Tools"),
  30.  
  31. image : new Array("images/009_article_screenshot.png",
  32. "images/010_article_screenshot.png",
  33. "images/011_article_screenshot.png",
  34. "images/012_article_screenshot.png",
  35. "images/013_article_screenshot.png",
  36. "images/014_article_screenshot.png",
  37.  
  38. title : new Array("Click to visit LivePipe",
  39. "Click to visit Echo",
  40. "Click to visit Ajax.org",
  41. "Click to visit Spry",
  42. "Click to visit QooxDoo",
  43. "Click to visit jQuery Tools"),
  44.  
  45. link : new Array("http://livepipe.net/",
  46. "http://echo.nextapp.com/site/demo",
  47. "http://www.sigmawidgets.com/products/sigma_visual/VisualJS/",
  48. "http://labs.adobe.com/technologies/spry/home.html",
  49. "http://demo.qooxdoo.org/current/showcase/#",
  50. "http://flowplayer.org/tools/demos/index.html")
  51. });
  52.  
  53. });
  54. </script>
©2010 All Rights Reserved
Default: here is the overlay text
IMAGE
IMAGE
IMAGE
IMAGE
IMAGE