Jquery-mobile slide in menu solution

后端 未结 4 785
暗喜
暗喜 2021-02-04 11:11

Hi im trying to build a phonegap application using jquery mobile. i would like to create a slide in menu like in the facebook application.

i have searched a lot but all

4条回答
  •  庸人自扰
    2021-02-04 11:58

    I recently needed to do the exact same thing. Here is the code I use for a simple example:

    
    
    
        
        Computer World
        
        
        
        
        
    
    
    
    
    
    
    

    For more detailed info here is a blog post: http://www.objectpartners.com/2013/05/13/adding-a-sliding-menu-to-your-jquery-mobile-app/

    Here is a Demo: http://jsfiddle.net/nateflink/NWHjB/

提交回复
热议问题