mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
checkboxToggleAll input name parameter added
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8545 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a765754a07
commit
a65976f913
1 changed files with 2 additions and 2 deletions
|
|
@ -32,8 +32,8 @@ if(jQuery) jQuery.noConflict();
|
|||
* @brief 특정 name을 가진 체크박스들의 checked 속성 변경
|
||||
* @param [itemName='cart',][options={}]
|
||||
*/
|
||||
checkboxToggleAll : function() {
|
||||
var itemName='cart';
|
||||
checkboxToggleAll : function(itemName) {
|
||||
if(!is_def(itemName)) itemName='cart';
|
||||
var options = {
|
||||
wrap : null,
|
||||
checked : 'toggle',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue