testing repository to get familiar with github
This is a test project to get familiar with github, including create a repo, pull a request, edit README.md with Markdown, create a page for a project, etc.
In this project, i put a directoty which contains a simple practise page that display About page of Alipay.com
;(function($){
//you can use $ as jQuery here and don't need to worry about pollute global variaties
$('body').delegate('#someID','click',function(){
//do something here
alert('testing for event delegate');
});
})(jQuery);
My name is Zac, lives in Hangzhou, China, here is a picture of me:
.
You can visit my social network to get connect with me:
I like Nike's slogan:
Just Do It!
![Alt Text](url here)
) and links(Format: [Link Text](url here)
):