mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +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 속성 변경
|
* @brief 특정 name을 가진 체크박스들의 checked 속성 변경
|
||||||
* @param [itemName='cart',][options={}]
|
* @param [itemName='cart',][options={}]
|
||||||
*/
|
*/
|
||||||
checkboxToggleAll : function() {
|
checkboxToggleAll : function(itemName) {
|
||||||
var itemName='cart';
|
if(!is_def(itemName)) itemName='cart';
|
||||||
var options = {
|
var options = {
|
||||||
wrap : null,
|
wrap : null,
|
||||||
checked : 'toggle',
|
checked : 'toggle',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue