PATH:
home
/
letacommog
/
letaweb
/
assets
/
c17d459d
/** * jQuery Yii plugin file. * * @author Qiang Xue <qiang.xue@gmail.com> * @link http://www.yiiframework.com/ * @copyright 2008-2010 Yii Software LLC * @license http://www.yiiframework.com/license/ */ ;(function($) { $.yii = { version : '1.0', submitForm : function (element, url, params) { var f = $(element).parents('form')[0]; if (!f) { f = document.createElement('form'); f.style.display = 'none'; element.parentNode.appendChild(f); f.method = 'POST'; } if (typeof url == 'string' && url != '') { f.action = url; } if (element.target != null) { f.target = element.target; } var inputs = []; $.each(params, function(name, value) { var input = document.createElement("input"); input.setAttribute("type", "hidden"); input.setAttribute("name", name); input.setAttribute("value", value); f.appendChild(input); inputs.push(input); }); // remember who triggers the form submission // this is used by jquery.yiiactiveform.js $(f).data('submitObject', $(element)); $(f).trigger('submit'); $.each(inputs, function() { f.removeChild(this); }); } }; })(jQuery);
[+]
..
[-] jquery.maskedinput.min.js
[edit]
[-] jquery.treeview.async.js
[edit]
[-] jquery-2.1.1.min.js
[edit]
[-] jquery.yiitab.js
[edit]
[-] jquery.history.js
[edit]
[-] jquery.treeview.edit.js
[edit]
[-] jquery.ba-bbq.js
[edit]
[-] jquery.bgiframe.js
[edit]
[-] jquery.treeview.js
[edit]
[+]
rating
[-] jquery.yiiactiveform.js
[edit]
[-] jquery.min.js
[edit]
[-] punycode.js
[edit]
[-] jquery.yii.js
[edit]
[-] jquery.autocomplete.js
[edit]
[-] jquery.js
[edit]
[-] jquery.maskedinput.js
[edit]
[-] jquery.cookie.js
[edit]
[-] jquery.rating.js
[edit]
[+]
jui
[-] punycode.min.js
[edit]
[+]
autocomplete
[+]
treeview
[-] jquery - Copy.js
[edit]
[-] jquery.multifile.js
[edit]
[+]
yiitab
[-] jquery.ajaxqueue.js
[edit]
[-] jquery.metadata.js
[edit]
[-] jquery.ba-bbq.min.js
[edit]