jquery page in chrome version 31.0.1650.63 m product link give an error but when i open in mozilla firefox no error will occure please guide me
<div data-role="page" id="homepage">
<div data-role="header">Welcome</div>
<div data-role="content">
<p>Welcome to your first mobile web site. It's going to be the best site you've ever seen. Once we get some content. And a
business plan. But the hard part is done!
</p>
<p>
Find out about our wonderful <a href="products.html" data-transition="pop" data-direction="reverse">products</a>
</p>
<p>
You can also <a href="#aboutpage">learn more</a>about megacorpt.
</p>
</div>
<div data-role="footer">
<i>Copyright Megacorp %copy; 2012</i>
</div>
</div>