hi,
i've just started using the jQuery Tabs plugin, and i'm wondering:
according to the demos, the sstab only works with unique IDs (for the container div and refering IDs for the panel-divs).
is there a way to avoid using unique IDs and using custom attributes instead? (eg. "tabName=myTab" -> "tabName=myTab-1")
i'm asking because i'd like to use the jQuery tabs within a cms environment which has several guis and makes it rather impossible using unique IDs.
thanks