JQuery tools - vertical scrollable?

What happens if you replace the JS src with.

What happens if you replace the JS src with cdn.jquerytools.org/1.2.5/full/jquery.to... Or change the jQuery to: $(function() { // initialize scrollable $(". Articles"). Scrollable({ vertical: true, mousewheel: true }); }).

Sorry I only just read the bottom part of your message, I'd just replace the contents of the JS with that of the one off the website... – christian. Thomas Apr 29 at 0:33.

Here's what I ended up doing: I grabbed the api and replaced the next and prev functions; disabled circular; added first and last buttons. Sort of a workaround/semi-solution. You can see the result at cityrinks.ca/wiki/wiki.php?n=ListOfRinks....

Here's what I ended up doing: I grabbed the api and replaced the next and prev functions; disabled circular; added first and last buttons. Sort of a workaround/semi-solution. You can see the result at cityrinks.ca/wiki/wiki.php?n=ListOfRinks... $(function() { $(".

Scrollable") . Scrollable({ vertical: true, mousewheel: true, circular:false }) . Navigator({ navi: "#rinktabs", naviItem: 'a', activeClass: 'current', history: false }); var api = $(".

Scrollable"). Data("scrollable"); api. Next = function(time) { index = this.getIndex(); size = this.getSize(); interval = size - index; if (interval > 4) interval = 4; return this.

Move(interval, time); }; api. Prev = function(time) { index = this.getIndex(); if (index > 4) index = 4; return this. Move(-index, time); }; $("#firstbutton").

Click(function() { var api = $(". Scrollable"). Data("scrollable"); return api.

Begin(api. Speed); }); $("#lastbutton"). Click(function() { var api = $(".

Scrollable"). Data("scrollable"); return api. End(api.

Speed); }); }).

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions