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'); }); example image:

you can use jquery mobile's slider panel. check link:
http://demos.jquerymobile.com/1.3.0-beta.1/docs/panels/
Comments
Post a Comment