Skip to content

Commit

Permalink
script headers
Browse files Browse the repository at this point in the history
  • Loading branch information
yayquery committed Nov 30, 2009
1 parent 22dcbb7 commit 02124aa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jquery.bouncingball.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -333,7 +333,9 @@ $.fn.replaceText = function( search, replace, text_only ) {







// bouncyball plugin
// licensed WTFPL by yayQuery
// v 0.00 alpha


jQuery.fn.bouncyball = function(data){ jQuery.fn.bouncyball = function(data){


Expand Down
8 changes: 8 additions & 0 deletions jquery.singalong.js
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,11 @@

/*!
* jQuery Singalong plugin
* by yayQuery 2009 http://yayquery.com
* licensed WTFPL
* http://yayquery.github.com/jquery-singalong/
*/

(function($) { (function($) {


$.fn.singalong = function(options) { $.fn.singalong = function(options) {
Expand Down

0 comments on commit 02124aa

Please sign in to comment.