jquery slide out menu

Discussion in 'jQuery' started by muchochiz, May 5, 2011.

  1. #1
    i came across a jquery slide out menubar here http://tympanus.net/Tutorials/UIElements/SlideOutMenu/ . its a mouse over menu bar made with jquery . however i would like to know if the slide out can be brought out through a click rather than a mouse over .

    here is the source :
    here is the CSS :


     
    muchochiz, May 5, 2011 IP
  2. Jan Novak

    Jan Novak Peon

    Messages:
    121
    Likes Received:
    5
    Best Answers:
    1
    Trophy Points:
    0
    #2
    replace
    $arrow.bind('mouseenter',function(){
    with
    $arrow.bind('click',function(){
     
    Jan Novak, May 5, 2011 IP
  3. muchochiz

    muchochiz Active Member

    Messages:
    148
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #3
    muchochiz, May 5, 2011 IP