Hi there,

In the jQuery UI examples, initial HTML is written without CSS
classes.  An accordion, for example is plainly:
<div id="myaccordion">
  <h3>Heading</h3>
  <div><p>some content</p></div>
</div>

When you make it an accordion with: $('#myaccordion").accordion(), the
JavaScript adorns it with jQuery UI standard classes, which you can
refer to in CSS.

But what happens if the person has JavaScript turned off?  Then you
also, by implication lose all the accordion and themed styles?

Regards
- Iwan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to