My question is if I can clear the styles in a specific case (in this case the accordion to place my own styles), but calling the jquery ui css to affect others if I want to show their styles.
clearStyle: true
Example: http://jsfiddle.net/x9N3P/
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Assuming your goal is to override the default styles only under certain conditions (the question is a bit cryptic), you might try adding a CSS class to the container element dynamically whenever you want them overridden. Then you can apply your styles using something like the following:
And some sort of event to add the class: