[jQuery] Re: jquery.tabs - is it possible?

2007-05-25 Thread MrNase
Klaus, thanks for your reply. :-) I don't get it to work so I'll write my own small plugin. :-( ---dominik

[jQuery] Re: jquery.tabs - is it possible?

2007-05-25 Thread Klaus Hartl
Sean Catchpole wrote: Klaus, Since the div's that are being toggle all have IDs that means they are unique, so why not search the document namespace instead of just the containing div? Sean, of course this is easily doable. When I first started the tabs I created an overall container becaus

[jQuery] Re: jquery.tabs - is it possible?

2007-05-25 Thread Sean Catchpole
Klaus, Since the div's that are being toggle all have IDs that means they are unique, so why not search the document namespace instead of just the containing div? ~Sean

[jQuery] Re: jquery.tabs - is it possible?

2007-05-25 Thread Rob Desbois
The short unhelpful answers are (a) you can't or (b) you need to hack the tabs plugin. Currently the plugin searches for the and each tab's in the same container. It is of course possible to change this behaviour, but without delving into the depths of the plugin I couldn't advise you on how to

[jQuery] Re: jquery.tabs - is it possible?

2007-05-25 Thread Klaus Hartl
MrNase wrote: I am playing around with jquery.tabs but I am having a major problem. From the examples I see that it needs a code like this to work: One Two Tabs are flexible again 1 2