Problem in handeling checkbox and scrollable list
Posted: Mon Sep 23, 2013 6:47 pm
- On a button click, I want to uncheck all the checkboxes which I have checked and I am using something like
Appery("mobilecheckboxgroup_48").checkboxradio()
Appery("mobilecheckboxgroup_48").prop('checked',false).checkboxradio("refresh")
and I end up getting 'Uncaught TypeError: Cannot call method 'removeClass' of undefined' in the source file.- also, I am using 'overflow-y: scroll' for a list, but It is not working for me.
Your help is appreciated.
- also, I am using 'overflow-y: scroll' for a list, but It is not working for me.