Difference between revisions of "Template:CIEI-BJ"

Line 68: Line 68:
 
jQuery('#sideMenu').css('display') == 'block'
 
jQuery('#sideMenu').css('display') == 'block'
 
jQuery(this).find('.submenu').hide();
 
jQuery(this).find('.submenu').hide();
 +
jQuery('#bars_item img')
 +
              .click(function() {
 +
                          if ( bars_box_active ) {
 +
                              jQuery('#sideMenu').toggle();
 +
                              if ( jQuery('#sideMenu').css('display') == 'block' ) {
 +
                                  jQuery('#bars_item').css('backgroundColor','rgb(255, 165, 0)');
 +
                              } else {
 +
                                  jQuery('#bars_item').css('backgroundColor','');
 +
                              }
 +
                          }
 +
                      } );
 
</script>
 
</script>
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 08:16, 2 October 2016

<Welcome to CIEI_BJ Wiki> Bootstrap Product Page Template