Exclude jquery ui style from certain buttons/inputs?

I don't think JQuery UI does much unless you actually add their css classes to elements yourself (I could be wrong though). If you're using plugins that use JQuery UI styling and want to undo it, I don't think there's anything you can do short of writing a javascript function to traverse a section of DOM and strip all the jquery UI classes.

You were correct... I had a $(button piece of code in my footer. Thanks – Derek Jul 16 '10 at 12:52.

This should be easily accomplished by clever CSS selectors. Instead of calling jquery-ui on all elements, or on all of one class, use different classes on the particular ones you want to behave differently.

You don't usually 'call' JQuery UI on elements...? – sje397 Jul 16 '10 at 12:15.

I want to disable the css from applying to that particular button, not hide the button entirely. – Derek Jul 16 '10 at 12:15.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions