In the jQuery UI examples the concept of using $.tabs(); is as follows (psuedo):
<tabs> <ul> <li>(href=#some_id) <li>(href=#second_id) </ul> <div#some_id>content <div#second_id>content 2 </tabs> What I want to do is this: <ul#tabs> <li>(href=#some_id) <li>(href=#second_id) </ul> <div#some_id>content <div#second_id>content 2 So basically how do I specify the ul and the divs separately? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
