Skip to content

Instantly share code, notes, and snippets.

@DingWeizhe
Created November 25, 2014 03:34
Show Gist options
  • Save DingWeizhe/3c6b78c1d556253dfe4f to your computer and use it in GitHub Desktop.
Save DingWeizhe/3c6b78c1d556253dfe4f to your computer and use it in GitHub Desktop.
var $ = null;
jQuery(function($){
var $loading = $("#loading");
});
var $ = null;
jQuery(function(){
var $loading = $("#loading");
});
var $ = null;
$(function(){
var $loading = $("#loading");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment