How to remove a class from a check in a jQuery Mobile Table -


i have check box inside jquery mobile table id of deletetable , has following class added it:

enter image description here

i want remove class ui-checkbox have following code:

$("tabledelete input[type='checkbox'] div").removeclass("ui-checkbox"); 

but somehow doesn't seem work , i'm sure why.

you try :

$("tabledelete .ui-checkbox").removeclass("ui-checkbox"); 

on other hand, mustn't doing this. if dont want styling applied element, example, checkbox, must have data-role=none in it.


Comments

Popular posts from this blog

javascript - How to get current YouTube IDs via iMacros? -

c# - Maintaining a program folder in program files out of date? -

emulation - Android map show my location didn't work -