javascript - Off-canvas mobile navigation with minimal side effects -


problem

I'm looking for a JS (jQuery) library that provides closed canvas navigation The mobile device is compatible with the original-like UX, with the minimal impact on the current page and many mobile browsers (FF, Chrome, Android defaults, Dolphin, iOS, ...). It should be as light as possible.

Inspiration

The script provides a generic JS menu for almost 50 different sites. The only way I can influence their HTML is by using JS (these sites Just add the administrator to & lt; script src = "http: //somewhere_else.xx / ... ). I have a large manipulator with my existing HTML, I go into compatibility issues. / P>

Whatever solutions I have made

  • (Too many dom manipers required
  • (poor compatibility)

See these, Let's try and make them easy and consistent.

  http://christopheryee.ca/pushy/ http://www.aidanzealley.com/offcanvas/ http: //www.berriart. Com / sidr /  

pure CSS solution


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -