ADDING JQUERY VERSION FOR JQUERY

This commit is contained in:
Matt Diamond
2012-06-18 17:11:00 -07:00
parent fef6043a10
commit b8234d7cd6

14
fuckit.jquery.js Normal file
View File

@@ -0,0 +1,14 @@
/*
FuckItJS v1.0.0-alpha
Copyright 2012, Matt Diamond
Note: This is ALPHA software and may result in irreversible brain damage.
*/
$(function(){
try {
// YOUR CODE GOES HERE
} catch(e){
// fuck it.
}
});