jQuery Recipes Your Mom Should Know

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-04 15:56:33

软件介绍

jQuery-Recipes-Your-Mom-Should-Know  是一组简单的 jQuery 片段列表,简单到你妈都能搞懂。它有以下功能:

  • 回到顶层按钮

  • 预载入图像

  • 图像加载后检查

  • 自动修复破损图像

  • 悬停切换类

  • 禁用输入字段

  • 停止链接的加载

  • 简单的手风琴

  • 两个同样高度的 Div

示例代码:

$.preloadImages = function () {  for (var i = 0; i < arguments.length; i++) {
    $('<img>').attr('src', arguments[i]);
  }
};

$.preloadImages('img/hover1.png', 'img/hover2.png');


本文地址:https://codercto.com/soft/d/22652.html

Advanced Web Metrics with Google Analytics, 2nd Edition

Advanced Web Metrics with Google Analytics, 2nd Edition

Brian Clifton / Sybex / 2010-3-15 / USD 39.99

Valuable tips and tricks for using the latest version of Google Analytics Packed with insider tips and tricks, this how-to guide is fully revised to cover the latest version of Google Analytics and sh......一起来看看 《Advanced Web Metrics with Google Analytics, 2nd Edition》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具