Skip to content

Instantly share code, notes, and snippets.

View taoning2014's full-sized avatar

Tao Ning taoning2014

  • LinkedIn
  • United States
View GitHub Profile

Wukong Tech Refer

Some of the resource you may download for free by seaching on the Internet, however I highly recommend pay to read / watch / use them as a respect to the author.

Also, you may subscribe to to safari books online or packtpub to get access to read some of them.

Template

@d0minicw0ng
d0minicw0ng / jquery.onvisible.js
Last active July 7, 2016 01:01
jquery.onvisible.js
/**
* function $.fn.onVisible runs callback function once the specified element is visible.
* callback: A function to execute at the time when the element is visible.
* example: $(selector).onVisible(callback);
*/
(function($) {
$.fn.onVisible = function (callback) {
var self = this;
@hofmannsven
hofmannsven / README.md
Last active October 2, 2025 20:17
Git CLI Cheatsheet