PhoneGap中文网

 找回密码
 立即注册
查看: 30363|回复: 5
打印 上一主题 下一主题

photoswipe插件在phonegap插件点击图后出现乱码

[复制链接]

4

主题

22

帖子

68

积分

注册会员

Rank: 2

积分
68
跳转到指定楼层
楼主
发表于 2013-12-20 14:37:30 | 只看该作者 |只看大图 回帖奖励 |倒序浏览 |阅读模式
<link href="http://code.jquery.com/mobile/1.0rc2/jquery.mobile-1.0rc2.min.css" rel="stylesheet" />
        <link href="jquery-mobile.css" type="text/css" rel="stylesheet" />
        <link href="photoswipe.css" type="text/css" rel="stylesheet" />

        <script type="text/javascript" src="photojs/klass.min.js"></script>
        <script type="text/javascript" src="http://code.jquery.com/mobile/1.0rc2/jquery.mobile-1.0rc2.min.js"></script>
        <script type="text/javascript" src="code.photoswipe.jquery-3.0.5.min.js"></script>
        <script type="text/javascript">

  (function(window, $, PhotoSwipe){
                       
                        $(document).ready(function(){
                               
                                $('#Gallery1')
                                        .live('pageshow', function(e){
                                               
                                                var
                                                        currentPage = $(e.target),
                                                        options = {},
                                                        photoSwipeInstance = $("#gallery2 a", e.target).photoSwipe(options,  currentPage.attr('id'));
                                                       
                                                return true;
                                               
                                        })
                                       
                                        .live('pagehide', function(e){
                                               
                                                var
                                                        currentPage = $(e.target),
                                                        photoSwipeInstance = PhotoSwipe.getInstance(currentPage.attr('id'));

                                                if (typeof photoSwipeInstance != "undefined" && photoSwipeInstance != null) {
                                                        PhotoSwipe.detatch(photoSwipeInstance);
                                                }
                                               
                                                return true;
                                               
                                        });
                               
                        });
               
                }(window, window.jQuery, window.Code.PhotoSwipe));
               
        </script>

<div id="Gallery1" title="作品" class="panel" data-header="customer_header" data-footer="customer_footer" data-nav="side_home" data-tab="footer_zuopin">

                 <ul class="gallery" id="gallery2">
               
                <li><a href="photoimages/full/001.jpg" rel="external"><img src="photoimages/thumb/001.jpg" alt="Image 001" /></a></li>
                <li><a href="photoimages/full/002.jpg" rel="external"><img src="photoimages/thumb/002.jpg" alt="Image 002" /></a></li>
                <li><a href="photoimages/full/003.jpg" rel="external"><img src="photoimages/thumb/003.jpg" alt="Image 003" /></a></li>
                <li><a href="photoimages/full/004.jpg" rel="external"><img src="photoimages/thumb/004.jpg" alt="Image 004" /></a></li>
                <li><a href="photoimages/full/005.jpg" rel="external"><img src="photoimages/thumb/005.jpg" alt="Image 005" /></a></li>
                <li><a href="photoimages/full/006.jpg" rel="external"><img src="photoimages/thumb/006.jpg" alt="Image 006" /></a></li>
                <li><a href="photoimages/full/007.jpg" rel="external"><img src="photoimages/thumb/007.jpg" alt="Image 007" /></a></li>
                <li><a href="photoimages/full/008.jpg" rel="external"><img src="photoimages/thumb/008.jpg" alt="Image 008" /></a></li>
                <li><a href="photoimages/full/009.jpg" rel="external"><img src="photoimages/thumb/009.jpg" alt="Image 009" /></a></li>

                </ul>

                 </div>

不知道是怎么回事情呢,请各位大侠指点


回复

使用道具 举报

0

主题

17

帖子

53

积分

注册会员

Rank: 2

积分
53
沙发
发表于 2015-4-30 21:31:35 | 只看该作者
很不错,不错,学习学习。跨平台得顶起
回复 支持 反对

使用道具 举报

0

主题

12

帖子

62

积分

注册会员

Rank: 2

积分
62
板凳
发表于 2015-5-1 11:44:00 | 只看该作者
人不错,学习学习 感觉phonegap+html越来越火了。
回复 支持 反对

使用道具 举报

0

主题

17

帖子

53

积分

注册会员

Rank: 2

积分
53
地板
发表于 2015-5-1 01:36:08 | 只看该作者
好东西啊,谢谢分享 感谢phonegap中文网
回复 支持 反对

使用道具 举报

0

主题

21

帖子

53

积分

注册会员

Rank: 2

积分
53
5#
发表于 2015-4-30 21:48:13 | 只看该作者
非常好 感谢 开始学习html5 app开发了
回复 支持 反对

使用道具 举报

1

主题

16

帖子

54

积分

注册会员

Rank: 2

积分
54
6#
发表于 2015-4-30 22:33:48 | 只看该作者
html5 是趋势
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

站长推荐 上一条 /1 下一条

ionic4视频教程

Archiver|手机版|小黑屋| PhoneGap中文网 ( 京ICP备13027796号-1 )  

GMT+8, 2024-11-23 04:22 , Processed in 0.089900 second(s), 32 queries .

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表