Jquery not loading properly on clicking links in mobile site.
Today while working on a mobile site , i went through a strange problem. Everything works well on site when i refresh page but when i click on links then my jquery and css are not loading properly. Resulting in improper design. After searching about the problem i came to know that on mobile jquery loads only on first page on all other pages its use preloaded js and css.More you can read at : http://demos.jquerymobile.com/1.2.1/docs/pages/page-scripting.html
Now to solve this problem . I added rel='external' to every link . Now whenever i click on link my jquery and css are loading properly.
No comments:
Post a Comment