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 ?
try this
$.uniform.restore(".interactionClassNow");
The correct syntax for doing this is :
jQuery(".interactionClassNow").uniform.remove();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With