mirror of
https://github.com/mattdiamond/fuckitjs.git
synced 2026-01-10 06:48:06 -05:00
ADDING JQUERY VERSION FOR JQUERY
This commit is contained in:
14
fuckit.jquery.js
Normal file
14
fuckit.jquery.js
Normal 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.
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user