javascript - Jquery disable theming for a specific element -


Is there a way to disable themes on an element in the page?

I have some junky UI elements but I should not be one of these elements to be themed. How to do this

JQuery UI is made up of some standard CSS structure sections. You can close the sections and remove UI topics from one element. Look at a list of classes to see and identify which one you want to remove (using Firebug, it can be very easy, which UI classes you can apply). . The option is ui-widget and ui-state-default .

Once you know the class, just go to JQuery's removeClass () to get it:

  $ ('element '). RemoveClass ('UI-Widget');  

Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -