排序
WordPress 源代码——主干(underscore-1.4.4.js)
1 // Underscore.js 1.4.4 2 // http://underscorejs.org 3 // (c) 2009-2013 Jeremy Ashkenas, DocumentCloud Inc. 4 // Underscore may be freely distributed under the MIT license. 5 6 (f...
WordPress源代码——jquery(jquery-1.2.3.js)
1(function(){ 2 /* 3 * jQuery 1.2.3 - New Wave Javascript 4 * 5 * Copyright (c) 2008 John Resig (jquery.com) 6 * Dual licensed under the MIT (MIT-LICENSE.txt) 7 * and GPL (GPL-LICE...
WordPress源代码——jquery(jquery-1.2.6.js)
1 (function(){ 2 /* 3 * jQuery 1.2.6 - New Wave Javascript 4 * 5 * Copyright (c) 2008 John Resig (jquery.com) 6 * Dual licensed under the MIT (MIT-LICENSE.txt) 7 * and GPL (GPL-LIC...
掌握WordPress Hooks :自定义和增强网站的综合指南
什么是 WordPress 钩子? WordPress 的“钩子”让你能在不改变核心代码的情况下,灵活地增加或改变网站的功能。钩子就像是一种特殊的接口,安装在程序的关键位置,允许你插入自己的代码或修改已...
WordPress源代码——jquery(jquery-1.4.2.js)
1 /*! 2 * jQuery JavaScript Library v1.4.2 3 * http://jquery.com/ 4 * 5 * Copyright 2010, John Resig 6 * Dual licensed under the MIT or GPL Version 2 licenses. 7 * http://jquery.or...
WordPress源代码——jquery(jquery-1.4.4.js)
1 /*! 2 * jQuery JavaScript Library v1.4.4 3 * http://jquery.com/ 4 * 5 * Copyright 2010, John Resig 6 * Dual licensed under the MIT or GPL Version 2 licenses. 7 * http://jquery.or...
WordPress源代码——jquery(jquery-1.6.1.js)
1 /*! 2 * jQuery JavaScript Library v1.6.1 3 * http://jquery.com/ 4 * 5 * Copyright 2011, John Resig 6 * Dual licensed under the MIT or GPL Version 2 licenses. 7 * http://jquery.or...
WordPress源代码——jquery(jquery-1.7.1.js)
1 /*! 2 * jQuery JavaScript Library v1.7.1 3 * http://jquery.com/ 4 * 5 * Copyright 2011, John Resig 6 * Dual licensed under the MIT or GPL Version 2 licenses. 7 * http://jquery.or...
WordPress源代码——jquery-plugins(jquery.color-2.1.0.js)
1 /*! 2 * jQuery Color Animations v2.1.0 3 * http://jquery.com/ 4 * 5 * Copyright 2012 jQuery Foundation and other contributors 6 * Released under the MIT license. 7 * http://jquer...
WordPress源代码——jquery-plugins(jquery.schedule.js)
1 /* 2 ** jquery.schedule.js -- jQuery plugin for scheduled/deferred actions 3 ** Copyright (c) 2007 Ralf S. Engelschall <[email protected]> 4 ** Licensed under GPL <http:/...
WordPress源代码——jquery-plugins(jquery.ui.touch-punch.js)
1 /*! 2 * jQuery UI Touch Punch 0.2.2 3 * 4 * Copyright 2011, Dave Furfero 5 * Dual licensed under the MIT or GPL Version 2 licenses. 6 * 7 * Depends: 8 * jquery.ui.widget.js 9 * j...

















