Skip to content

Instantly share code, notes, and snippets.

@zy108830
Created April 19, 2016 19:11
Show Gist options
  • Save zy108830/412735b78245aaa6f1019f710fb9aee4 to your computer and use it in GitHub Desktop.
Save zy108830/412735b78245aaa6f1019f710fb9aee4 to your computer and use it in GitHub Desktop.
//点击下拉加载
var aaa=5;
var bbb=false;
//思考为什么必须要有一个event参数;
$('#loading').click(function(event,aaa,bbb){
//思考为什么aaa和bbb都为undefined
console.log(event,aaa,bbb);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment