Loading...
Hi,
I do not know what to do. I'm using for my mobile site, the framework Jquery Mobile (http://jquerymobile.com/demos/1.0b2/ # / demos/1.0b2 /). This framework, I find it amazing. But now I need to use my mobile site with the framework, the plugin photo swipe. I inserted between the head tags
href="fs/photoswipe.css" <link type="text/css" rel="stylesheet" />
<script type="text/javascript" src="fs/lib/simple-inheritance.min.js"> </ script>
<script type="text/javascript" src="fs/lib/jquery.animate-enhanced.min.js"> </ script>
<script type="text/javascript" src="fs/code-photoswipe-jQuery-1.0.19.min.js"> </ script>
<script type="text/javascript">
/ / Set up PhotoSwipe with anchor tags to containers in the Gallery
document.addEventListener ('DOMContentLoaded', function () {
Code.photoSwipe ('a', '# gallery');
}, False);
/ / JQuery version
$ (Document). Ready (function () {
$ ("# Gallery a"). PhotoSwipe ();
});
</ Script>
and then in the body
<div id="gallery">
<Div id = "gallery-row"
<div id="gallery-item"> <a href="company"> src="compagnia" alt="compagnia" <img /> </ a> </ div>
But then the massively images emerge, I click it just shows me as vulgar and more with the slider, but when I go out I check "undefinied" and do not understand why! The page in question is necessary, however, two http://gabriele97.no-ip.org/gllr/m/profilo.php # http://gabriele97.no-ip.org/gllr/registrazione.php register here first.
Thanks in advance

