Skip to content

Instantly share code, notes, and snippets.

@xiaojue
Created September 5, 2012 04:11
Show Gist options
  • Save xiaojue/3630252 to your computer and use it in GitHub Desktop.
Save xiaojue/3630252 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<title>demo</title>
<script src="http://code.jquery.com/jquery-1.8.1.min.js"></script>
<script src="Gray.js"></script>
</head>
<style>
*{margin:0px;padding:0px;}
</style>
<body>
<img style="height:200px;" node-type="J_JPG" src="4e876a09tw1dwjnvqmxy0j.jpg">
<script>
$(window).load(function(){
$('[node-type=J_JPG]').grayScan();
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment