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

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -