You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Own selector for scrollable navigation? Created Jul 16, 2010

This thread is solved

Views: 974     Replies: 3     Last reply Jul 23, 2010  
You must login first before you can use this feature

qualle

Posts: 10

Registered:
Feb 20, 2010

Own selector for scrollable navigation?

Posted: Jul 16, 2010

Hi,

i just want to use my own selector in the navigation plugin.
Currently only strings are supported for the "navi" property.
Example:
$('.slideshow').scrollable().navigator({
  navi: $(this).parents('table').find('.thumbs'),
  naviItem: "a"
});

I got multiple scrollables where the navigation is not within the same div-element. Is there a workaround or what do i have to change in the nagivator.js to geht this feature?

Regards
qualle

qualle

Posts: 10

Registered:
Feb 20, 2010

» Own selector for scrollable navigation?

Posted: Jul 18, 2010

Reply to: Own selector for scrollable navigation? , from qualle
*push*

Tero
Author of jQuery Tools and this website + JavaScript developer of Flowplayer.

Posts: 1867

Registered:
Nov 16, 2007

» Own selector for scrollable navigation?

Posted: Jul 23, 2010

Reply to: Own selector for scrollable navigation? , from qualle
if you have multiple similar navigators on a page and you are using a selector such as .thumbs you need to wrap each scrollable inside a wrapper element. after this all works. more about this:

http://flowplayer.org/tools/scrollable/#multiple

qualle

Posts: 10

Registered:
Feb 20, 2010

» » Own selector for scrollable navigation?

Posted: Jul 23, 2010

Reply to: » Own selector for scrollable navigation? , from tipiirai
I' think we continue the discussion here:http://github.com/jquerytools/jquerytools/issues/issue/121/
:-)