(no commit message)
authoralison benjamin <radiocontrolled@gmail.com>
Mon, 22 Aug 2011 14:44:54 +0000 (14:44 -0000)
committeralison benjamin <radiocontrolled@gmail.com>
Mon, 22 Aug 2011 14:44:54 +0000 (14:44 -0000)
docs/themes/mobile/include/header.tmpl.php

index 7ccf80b..a2b2e9d 100644 (file)
@@ -144,7 +144,26 @@ jQuery('.more-button').click(function(e) {
 
 });
 ";
-
+/*
+ * 
+ * $(".wizard-img").toggle(
+  function () {
+    $(this).find("img").attr({src:"x-on.png"});
+  },
+  function () {
+    $(this).find("img").attr({src:"x-off.png"});
+  },
+  function () {
+    $(this).find("img").attr({src:"x.png"});
+  }
+);
+
+// works
+ jQuery('#switch').attr('src', 'images/hidemenu.gif'); 
+  jQuery('#switch').attr('title', 'less menu items'); 
+  jQuery('#switch').attr('alt', 'less menu items'); 
+ * 
+ */
 
 //hide and show results        on Browse Courses page