igor-alexandrov / wiselinks

If Turbolinks are not enough for you. Wiselinks makes your application work faster.
MIT License
726 stars 93 forks source link

README: Add page navigation via JS section #80

Open ericboehs opened 9 years ago

ericboehs commented 9 years ago

Turbolinks has a section on navigating using Turbolinks.visit(path). I use this in my code and had to dig into the source to figure out how to do this in Wiselinks. Adding documentation to clarify how to do this.

felixbuenemann commented 9 years ago

Yes, this should be mentioned. I think you can omit the window. at the front.

ericboehs commented 9 years ago

Updated.