getPlugin (aka lazy loader)

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-15 12:27:45

软件介绍

getPlugin is aimed at improving performance by keeping unnecessary scripts and styles out of the DOM. The goal is to keep loading times as minimal as possible.

This is especially useful if your website or application uses a large number of plugins (and other scripts). It is even more useful if not all plugins are needed whenever your page loads.

$.getPlugin(plugin,[check],[data],[callback])

Functionality and usage are very similar to the $.getScript method of jQuery, with a few enhancements.

The difference is that:

1. $.getPlugin makes sure that your functions are called after the plugin(s) have loaded
2. You can also define the style sheets (CSS) that go along with each plugin
3. It's easier to import multiple plugins and styles
4. It keeps your code tidy and understandable

It's as simple as that.

Download Latest Version of getPlugin (080405), as of 05 April 2008.

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

百面机器学习

百面机器学习

诸葛越、葫芦娃 / 人民邮电出版社 / 2018-8-1 / 89.00元

人工智能领域正在以超乎人们想象的速度发展,本书赶在人工智能彻底占领世界之前完成编写,实属万幸。 书中收录了超过100道机器学习算法工程师的面试题目和解答,其中大部分源于Hulu算法研究岗位的真实场景。本书从日常工作、生活中各种有趣的现象出发,不仅囊括了机器学习的基本知识 ,而且还包含了成为出众算法工程师的相关技能,更重要的是凝聚了笔者对人工智能领域的一颗热忱之心,旨在培养读者发现问题、解决问......一起来看看 《百面机器学习》 这本书的介绍吧!

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

在线压缩/解压 HTML 代码

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

URL 编码/解码
URL 编码/解码

URL 编码/解码