javascript - Toggle from Left to Right issue -


i trying have navigate toggle list left right side.if click button,the list should come native android app in css,but list should slide left right.

$(".logo").click(function()                 {                     $(".sidebar_list").toggle('slide');                 }); 

fiddle

example image:

enter image description here

you can use jquery mobile's slider panel. check link:

http://demos.jquerymobile.com/1.3.0-beta.1/docs/panels/ 

Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -