Jquery分享插件
效果图如下:
代码如下:
- <!DOCTYPE HTML>
- <html style="padding-bottom: 54px;">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="renderer" content="webkit">
- <title>jQuery分享插件jquery.share.js</title>
- <meta name="description" content="jQuery分享插件jquery.share.js享到QQ、微信、微博、google、in、tweeter等" />
- <meta name="keywords" content="分享插件,社会化分享,jquery.share.js,jquery,jquery插件" />
- <link rel="Shortcut icon" href="http://www.jq22.com/favicon.ico" />
- <link href="css/demo.css?v3" rel="stylesheet" media="all" />
- <!--[if IE]>
- <style type="text/css">
- li.purchase a {
- padding-top: 5px;
- background-position: 0px -4px;
- }
- li.remove_frame a {
- padding-top: 5px;
- background-position: 0px -3px;
- }
- </style>
- <![endif]-->
- <style>
- .fdad a {
- color: #000;
- display: inline-block;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .fdad {
- top: 66px;
- }
- .xgcj li {
- font-size: 14px;
- line-height: 20px;
- list-style-type: none;
- transition: all 1s ease 0s;
- border-radius: 5px;
- }
- .xgcj li:hover {
- background-color: #e4e4e4;
- }
- .xgcj {
- background-color: rgba(255,255,255,.3);
- overflow-x: hidden;
- }
- .xgcj ul {
- padding: 10px
- }
- .xgcj h3 {
- line-height: 30px;
- }
- .xgcj p {
- padding-left: 20px;
- font-size: 13px;
- display: none;
- }
- .xgcj span {
- font-family: "宋体";
- }
- .xgcj li:hover p {
- display: block;
- }
- </style>
- <script type="text/javascript">
- var txt = "http://www.jq22.com/demo/myshare201704242303";
- window.g1 = txt.substr(0, 3);
- window.g2 = txt.substr(0, 19);
- </script>
- <script src="js/pace.min.js" charset="gbk"></script>
- <link href="css/pace-theme-barber-shop.css" rel="stylesheet" />
- <script src="http://libs.baidu.com/jquery/1.7.0/jquery.min.js"></script>
- <script src="js/jquery.qrcode.min.js"></script>
- <script type="text/javascript">
- var theme_list_open = false;
- $(document).ready(function () {
- function fixHeight() {
- var headerHeight = $("#switcher").height();
- $("#iframe").attr("height", $(window).height() - 54 + "px");
- }
- $(window).resize(function () {
- fixHeight();
- }).resize();
- $('.icon-monitor').addClass('active');
- $(".icon-mobile-3").click(function () {
- $("#by").css("overflow-y", "auto");
- $('#iframe-wrap').removeClass().addClass('mobile-width-3');
- $('.icon-tablet,.icon-mobile-1,.icon-monitor,.icon-mobile-2,.icon-mobile-3').removeClass('active');
- $(this).addClass('active');
- return false;
- });
- $(".icon-mobile-2").click(function () {
- $("#by").css("overflow-y", "auto");
- $('#iframe-wrap').removeClass().addClass('mobile-width-2');
- $('.icon-tablet,.icon-mobile-1,.icon-monitor,.icon-mobile-2,.icon-mobile-3').removeClass('active');
- $(this).addClass('active');
- return false;
- });
- $(".icon-mobile-1").click(function () {
- $("#by").css("overflow-y", "auto");
- $('#iframe-wrap').removeClass().addClass('mobile-width');
- $('.icon-tablet,.icon-mobile,.icon-monitor,.icon-mobile-2,.icon-mobile-3').removeClass('active');
- $(this).addClass('active');
- return false;
- });
- $(".icon-tablet").click(function () {
- $("#by").css("overflow-y", "auto");
- $('#iframe-wrap').removeClass().addClass('tablet-width');
- $('.icon-tablet,.icon-mobile-1,.icon-monitor,.icon-mobile-2,.icon-mobile-3').removeClass('active');
- $(this).addClass('active');
- return false;
- });
- $(".icon-monitor").click(function () {
- $("#by").css("overflow-y", "hidden");
- $('#iframe-wrap').removeClass().addClass('full-width');
- $('.icon-tablet,.icon-mobile-1,.icon-monitor,.icon-mobile-2,.icon-mobile-3').removeClass('active');
- $(this).addClass('active');
- return false;
- });
- });
- </script>
- <script type="text/javascript">
- function Responsive($a) {
- if ($a == true) $("#Device").css("opacity", "100");
- if ($a == false) $("#Device").css("opacity", "0");
- $('#iframe-wrap').removeClass().addClass('full-width');
- $('.icon-tablet,.icon-mobile-1,.icon-monitor,.icon-mobile-2,.icon-mobile-3').removeClass('active');
- $(this).addClass('active');
- return false;
- };
- </script>
- </head>
- <body id="by" style="overflow-y: hidden">
- <div id="switcher">
- <div class="center">
- <ul>
- <li class="logoTop" id="sj2"><a href="http://www.jq22.com/jquery-info13612">jQuery分享插件jquery.share.js</a></li>
- <div id="Device">
- <li class="device-monitor"><a href="javascript:">
- <div class="icon-monitor">
- </div>
- </a></li>
- <li class="device-mobile"><a href="javascript:">
- <div class="icon-tablet">
- </div>
- </a></li>
- <li class="device-mobile"><a href="javascript:">
- <div class="icon-mobile-1">
- </div>
- </a></li>
- <li class="device-mobile-2"><a href="javascript:">
- <div class="icon-mobile-2">
- </div>
- </a></li>
- <li class="device-mobile-3"><a href="javascript:">
- <div class="icon-mobile-3">
- </div>
- </a></li>
- </div>
- <li class="top2" id="sj"><a href="#">手机二维码预览</a><div class="vm">
- <div id="output"></div>
- <p style="color: #808080">扫一扫,直接在手机上打开</p>
- </div>
- </li>
- <script>
- jQuery('#output').qrcode({ width: 150, height: 150, text: window.location.href });
- </script>
- <li class="remove_frame" style="display:n"><a href="http://www.jq22.com/demo/myshare201704242303" title="移除框架"></a></li>
- </ul>
- </div>
- </div>
- <div id="iframe-wrap">
- <iframe id="iframe" src="http://www.jq22.com/demo/myshare201704242303" frameborder="0" width="100%"></iframe>
- </div>
- <div class="fdad">
- <div class="fdl">Advertisement</div>
- <div class="fdr">x</div>
- <div class="fdadnr">
- <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
- <ins class="adsbygoogle" style="display:inline-block;width:336px;height:280px" data-ad-client="ca-pub-2935286260943234" data-ad-slot="6063645905"></ins>
- <script>
- (adsbygoogle = window.adsbygoogle || []).push({});
- </script>
- <div class="xgcj">
- <ul>
- <div style="width:100%">
- <div style="float:left"><h3>相关插件</h3></div>
- <div style="clear: left;"></div>
- </div>
- <li>
- <a href="http://www.jq22.com/jquery-info18298"><span>></span> jQuery前端excel导入插件xlsx.core.js</a>
- <p>此插件作用可以把excel表,导入到网页中用table显示出来</p>
- </li>
- <li>
- <a href="http://www.jq22.com/jquery-info14085"><span>></span> jQuery社会华分享插件</a>
- <p>jQuery社会华分享插件支持微信,QQ,新浪,人人等</p>
- </li>
- <li>
- <a href="http://www.jq22.com/jquery-info761"><span>></span> jQuery网站引导插件joyride</a>
- <p>jQuery网站引导插件joyride</p>
- </li>
- <li>
- <a href="http://www.jq22.com/jquery-info9389"><span>></span> html5读取二维码</a>
- <p>手机端web调用摄像头读取解析二维码</p>
- </li>
- <li>
- <a href="http://www.jq22.com/jquery-info17899"><span>></span> CSS3开关切换按钮</a>
- <p>多组超具创意的CSS3开关切换按钮</p>
- </li>
- </ul>
- </div>
- </div>
- <script type="text/javascript">
- $(document).ready(function () {
- $(".fdr").click(function () {
- $(".fdad").hide();
- });
- });
- </script>
- <script>
- var _hmt = _hmt || [];
- (function () {
- var hm = document.createElement("script");
- hm.src = "//hm.baidu.com/hm.js?b3a3fc356d0af38b811a0ef8d50716b8";
- var s = document.getElementsByTagName("script")[0];
- s.parentNode.insertBefore(hm, s);
- })();
- </script>
- </body>
- </html>
Jquery分享插件的更多相关文章
- 分享7款非常实用的jQuery/CSS3插件演示和源码
上次我们分享了15款效果很酷的最新jQuery/CSS3特效,非常不错,今天要分享7个非常实用的jQuery/CSS3插件演示和源码,一起来看看. 1.jQuery ajax点击地图显示商家网点分布 ...
- 分享8款绚丽的HTML5/jQuery特效插件
有几天没有分享前端资源了,今天要向大家分享15款非常给力的HTML5/jQuery特效插件,废话少说,一起来看看. 1.CSS3图片重力感应特效 很酷的一款CSS3模拟重力感应特效,你可以拖动图片来甩 ...
- 分享一款页面视差滚动切换jquery.localscroll插件
今天给大家分享一款页面视差滚动切换jquery.localscroll插件. 滚动鼠标液动条看下页面的切换效果.该插件适用浏览器:IE8.360.FireFox.Chrome.Safari.Opera ...
- 分享在MVC3.0中使用jQuery DataTable 插件
前不久在网络上看见一个很不错的jQuery的DataTable表格插件.后来发现在MVC中使用该插件的文章并不多.本文将介绍在MVC3.0如何使用该插件.在介绍该插件之前先简单介绍一下,推荐该插件的原 ...
- 分享JQuery动画插件Velocity.js的六种列表加载特效
分享JQuery动画插件Velocity.js的六种列表加载特效.在这款实例中给中六种不同的列表加载效果.分别为从上飞入.从右侧飞入.从左侧飞入.和渐显.一起看下效果图: 在线预览 源码下载 实现 ...
- 《JQuery常用插件教程》系列分享专栏
<JQuery常用插件教程>已整理成PDF文档,点击可直接下载至本地查阅https://www.webfalse.com/read/201719.html 文章 使用jquery插件实现图 ...
- 15 款 jQuery 社交分享插件
过去几年中社交媒体越来越流行了,能够分享音乐.视频.图像甚至是其他的 docs 文档到互联网上去,这样子还能够提高页面的点击量.通常,一些社交媒体插件都能允许你的用户分享你网站上的内容到其他的社交平台 ...
- 雷林鹏分享:jQuery EasyUI 插件
jQuery EasyUI 插件 jQuery EasyUI 提供了用于创建跨浏览器网页的完整的组件集合,包括功能强大的 datagrid(数据网格).treegrid(树形表格). panel(面板 ...
- 使用jQuery.form插件,实现完美的表单异步提交
传送门:异步编程系列目录…… 时间真快,转眼一个月快结束了,一个月没写博客了!手开始生了,怎么开始呢…… 示例下载:使用jQuery.form插件,实现完美的表单异步提交.rar 月份的尾巴,今天的主 ...
随机推荐
- Ext.net 的锁定列要集中放到前面
如题,Ext.net的锁定列要集中放在一起,不然的话,在使用排序的时候,会引起实际排序列错乱比如有A,B,C,D四列,A,C锁定,最终显示为A C | B D,这个时候如果点击B时,发现排序跑到了C上 ...
- C# 异步方法(AM)
Ø 前言 C# Asynchronous Programming(异步编程)有几种实现方式,其中 Asynchronous Method(异步方法)就是其中的一种.异步方法是 C#5.0 才有的新特 ...
- c++注意易错点
1.cout采用endl,cin不用endl cin>>a>>b; cout<<a<<b<<endl; 2.函数定义后面不要加分号,完了也没 ...
- Debian Security Advisory(Debian安全报告) DSA-4410-1 openjdk-8 security update
Debian Security Advisory(Debian安全报告) DSA-4410-1 openjdk-8 security update Package :openjdk-8 CVE ID: ...
- flex中使用white-space
在微信小程序开发中,view设置为flex布局,但是flex的flex-wrap属性不起作用,如果起作用的话,默认值即no-wrap不换行.如果要测试view-scroll并且scroll-x 就没法 ...
- 【译】第七篇 SQL Server安全跨数据库所有权链接
本篇文章是SQL Server安全系列的第七篇,详细内容请参考原文. Relational databases are used in an amazing variety of applicatio ...
- 【父元素parent】【子元素children】【同胞siblings】【过滤】
1.父元素 $("span").parent() //定位到span的父元素 $("span").parents() // ...
- linux查看日志
若想在linux下查询某个时间段的log,用sed命令示例如下: $ sed -n '/2017-11-11 11:00:00/,/2017-11-11 11:11:11/p' error.log ...
- P2050 [NOI2012]美食节
题目地址:P2050 [NOI2012]美食节 先来讲一下P2053 [SCOI2007]修车(如果会做请跳过) 同一时刻有 \(N\) 位车主带着他们的爱车来到了汽车维修中心.维修中心共有 \(M\ ...
- PHP反序列化漏洞学习
serialize:序列化 unserialize: 反序列化 简单解释: serialize 把一个对象转成字符串形式, 可以用于保存 unserialize 把serialize序列化后的字符串变 ...