I have a jquery related to the query. My designer uniform and I want to remove it from one element at runtime using jquery. uniform: http://uniformjs.com/
like
<input type="checkbox" class="abc">
I know how to apply, but I don’t know how to remove
apply:
jQuery(".interactionClassNow").uniform();
Delete?
source
share