How to remove jquery mobile style but keep the functionality? -


i added data-role="none" in checkbox control , removed style successfully.

however, still want use jquery manipulate , following error raised. occurs when refresh method called.

uncaught error: cannot call methods on checkboxradio prior initialization; attempted call method 'refresh'

may know if there way keep functionality of jquery when remove style?

thank help.

just use regular jquery. can download @ https://jquery.com/download/ or can import code using.

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> 

this way you'll goodness of jquery without changing style. can learn different jquery's , here.


Comments