How to tell jQuery UI not to apply it's styling to specific elements -
this question has been asked before, dupe it's been 4 years since asked. using jquery ui 1.9.0, , need way not apply themeing elements (specifically <button>
). how can tell jquery not apply themeing? correct me if i'm wrong, seems jquery ui automatically applies themeing elements on page.
in dupe question people suggested adding data-theme="none"
or data-role="none"
attributes, neither of them work. suggested removing ui-*
classes, hack , not clean solution.
edit: want jquery not apply of ui-*
classes <button>
. want avoid having modify jquery ui css file.
Comments
Post a Comment