You cannot post messages because only members can post, and you are not currently a member.
|
problem trying to get clicked tab index
|
| |
Hi, i'm using your tabber in a project but i'm having trouble getting
the index of the clicked tab. I am trying to use ajax to return data
to each tab so i need the index to know which tab was active when the
user submitted in order to request for the correct data. Hope you
understand and thanks for your help.... more »
|
|
Can you help me speed up Tabber?
|
| |
Hi,
Really like the way tabber works, but i'm having a big problem
I'm just starting to use Jquery, and finding the syntax tricky, so if
you could be as detailed as possible it would really help.
Currently i have a page that has content in several sections, in the
main content we have a set of tabs, followed by a news feed with... more »
|
|
Slideshow "jumps" in IE
|
| |
I have one (and only one) user here in the office for whom the photos
in the slideshow do a little jump down and to the right in IE. It
works fine in Firefox, and works great in both browsers for me. Any
idea what's going on?
Thanks for putting this resource out there for us non-coders!
|
|
Change focus to an element within the tab
|
| |
I have attempted to use the onClick function to move the focus within
the tab to a textarea. I am using onClick for other purposes without
issue. However, I don't seem to be able to get the focus to work for
me. Is there something else going on in the background that would
prevent my focus from happening?... more »
|
|
linkIdFormat control
|
| |
As I understand it, the following bits are supposed to allow me to
change how the unique URL for each tab is shown, correct?
/* If you want to add an id to each link set this to true */
this.addLinkId = false;
/* If addIds==true, then you can set a format for the ids.
<tabberid> will be replaced with the id of the main tabber div.... more »
|
|
Problem with dynamic tab creation
|
| |
Hello. Very pleased with tabber.js, but I've run into trouble with the
tabShow method. I think maybe I'm just calling it at the wrong time. I
followed the instructions given on the website ("Dynamically Changing
the Tab"). Here is the code as I applied it to your example:
[link]... more »
|
|
dynamique tab creation
|
| |
hello, I am using your tabber script and I need to dynamicly add or
remove a tab, I am using the folowing jquery code:
$('button.test').click(functio n() {
$('.tabbertab:last').clone().i nsertAfter('.tabbertab:last');
$('.tabbertab:last h2').html("An other tab");
...
this does create the corresponding HTML code but it is not... more »
|
|
tabber
|
| |
I'm using tabber to group some links
Some of them are of the form <a href="xyz" accesskey="x"> etc.
The problem is that the accesskeys of the hidden links (not showed in
the active tab) are still active!
Any idea how to handle that?
best regards
|
|
Multiple line of text on tab name?
|
| |
Hi,
Have one question guys. How can I use multiple line of text in tab
header(tabe name) inside h2 tag? I used <br>, <p>, <span>.. nothing
works. h2 ignores everything. And dont know how to use something else
than h2, maybe div? Currently it accepts only one line.
Basically i want tab name be like that:... more »
|
|
PLEASE REPLY - URGENT
|
| |
Hi, I am using your tabber script, LOVE it! Have one question though. How can I use multiple line of text in tab header inside h2 tag? I used <br>, <p>, <span>.. nothing works. h2 ignores everything. And dont know how to use something else than h2, maybe div? I am talking about tab name. please see screenshot for example. red text where it... more »
|
|
|