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

Your preferred username that is used when logging in.

Last navigation (page) element does not work Created Nov 18, 2009

This thread is solved

Views: 439     Replies: 1     Last reply Nov 19, 2009  
You must login first before you can use this feature

Jume

Posts: 6

Registered:
Nov 18, 2009

Last navigation (page) element does not work

Posted: Nov 18, 2009

Everything works fine but the last navigation button which should scroll to the last page doesn't work for me. If I have two pages then page second button will not work. If I have 3 pages then first and second page button will work, but not third... What is wrong here? Here is my scrollable code:


	$("div.scrollable").scrollable({
		size: 3,
		items: '#thumbs',  
		hoverClass: 'hover',
		clickable: false,
		loop: true
	}).navigator();


	<div class="scrollcont">
		<div class="navi"></div>
		<a class="prev"></a>
		<div class="scrollable"> 
			<div id="thumbs"> 
				<div id="thumb1"></div>
				<div id="thumb2"></div>
				<div id="thumb3"></div>
				<div id="thumb4"></div>
				<div id="thumb5"></div>
			</div>
		<a class="next"></a>
	</div>

This is the ".navi" element HTML after scrollable loads (in case of two pages):

<div class="navi">
  <a class="active"></a>
  <a></a>
</div>

Here's the image:
http://dl.dropbox.com/u/1207859/jqtools.jpg

Jume

Posts: 6

Registered:
Nov 18, 2009

» Last navigation (page) element does not work

Posted: Nov 19, 2009

Reply to: Last navigation (page) element does not work, from Jume
No ideas?