I have query related jquery. My designer user uniform and i want to remove it form one element at run time with the help jquery. uniform : http://uniformjs.com/ like
<input type="checkbox" class="abc">
I know how to apply but don't know how to remove
apply :
jQuery(".interactionClassNow").uniform();
Remove ?