7月 2010
2件の投稿
jQuery.iff
http://benalman.com/code/javascript/jquery/jquery.ba-iff.js /*! * iff - v0.2 - 6/3/2009 * http://benalman.com/projects/jquery-iff-plugin/ * * Copyright (c) 2009 "Cowboy" Ben Alman * Licensed under the MIT license * http://benalman.com/about/license/ */ (function($){ '$:nomunge'; // Used by YUI compressor. $.fn.iff = function( test ) { var elems = !test || $.isFunction( test ) ...
7月 7
7月 6
1リアクション