jakiestfu / Snap.js

A Library for creating beautiful mobile shelfs in Javascript (Facebook and Path style side menus)
http://jakiestfu.github.io/Snap.js/
5.99k stars 663 forks source link

not working if using data-prefetch=“true” #191

Open koolll opened 10 years ago

koolll commented 10 years ago

Hi , I facing this problem, Inside my project i got two pages. One is page1.html another is page2.html. And i putting this snap.js inside my page2.html.

So nw is my problem. I put data-prefetch=“true” inside my hperlink to navigate to page2.html The snap.js is not functioning. But oncei change the link to rel="externak" . Then the snap.js is working very perfect.

So it tis is a bug? hw to i solve them if i still want to use data=perfetch inside my link.