Hi Everyone,
I have problem implementing switch case function to my checkbox.
I try using default checkbox, not yet styled with jquery(jqtransform)
Everything works Ok. This is the example: http://davejob.com/check/demo2.html
I use this script in my switch case:
And then i implement it with checkbox style (jqtransform). This is the example : http://davejob.com/check/demo.htmlCode:function ToggleAll(e, moduleUID) { switch(moduleUID){ case '_ctl0:rptModule:_ctl0:cbxModule': document.getElementsByName("_ctl0:rptModule:_ctl0:rptFunction:_ctl0:cbxFunction").item(0).checked= e.checked; break } }
The checkbox style work perfectly, but not with the switch case function.
Is there any suggestion how to fix this problem? Thank you so much



Reply With Quote
Bookmarks