jQuery.ScrollTo 1.2.2 was released... if someone is interested in
taking a look..
Here's the project page: http://jquery.com/plugins/project/ScrollTo
And here's the demo: http://www.freewebs.com/flesler/jQuery.ScrollTo/

There's another plugin, for links scrolling, that uses this plugin:
Project page: http://jquery.com/plugins/project/LocalScroll
Demo: http://www.freewebs.com/flesler/jQuery.LocalScroll/

Thanks, I had some bugs in here, so if someone finds some more, I'll
gladly fix them. :)

Ariel Flesler

On 25 oct, 13:01, Flesler <[EMAIL PROTECTED]> wrote:
> Ok I checked the site now...
> First of all, you are adding both the minified version, and the
> regular version. Choose one and remove the other.
> I tried to debug but the minified one prevailed so I couldn't see.
> You are binding 3 times to the click of the same element
> ('#nextProperty') so all 3 will be triggered on each click. Choose one
> and remove the others.
> Also as I said before, you should add a 'return false' in the last
> line of the click function, so the ### won't show in the address bar.
> I'll take another look later.
>
> Cheers
>
> On Oct 24, 12:21 pm, Josh V <[EMAIL PROTECTED]> wrote:
>
>
>
> > the site im working on is,http://chalet.dsbeta.com/
> > in the properties section you can see the two arrows that should
> > govern the scrolling. i am trying to get the scrolling to tween to the
> > next or previous five properties. the simplified html of that sections
> > looks like this...
> > <li><a class="prev"></a></li>
> > <li><a class="next"></a></li>
> > <div id="wrap">
> > <div id="spinner">
> > <div class="property" id="property_1">
>
> > </div>
> > <div class="property" id="property_2">
>
> > </div>...and so on and so on.
> > </div>
> > </div>
>
> > the wrap div is set to a fixed width and the spinner div contains all
> > the floated left property divs, which spans across the page, hidden by
> > the outer wrap.
>
> > On Oct 24, 7:02 am, Flesler <[EMAIL PROTECTED]> wrote:
>
> > > That seems like jQuery.Dimensions is using "throw" in some situations.
> > > You should consult it's owner, Brandon Aaron.
> > > Or check the project page, maybe it explains 
> > > why:http://brandonaaron.net/docs/dimensions/.
>
> > > My guess is that your selector is not matching anything (the "target"
> > > you submit), could you post the line where you call the plugin? and if
> > > possible and not too long, the HTML as well or a link to an example.
>
> > > Ariel Flesler
>
> > > On Oct 23, 4:51 pm, Josh V <[EMAIL PROTECTED]> wrote:
>
> > > > hi, im having some issues setting this plugin up. I have the latest
> > > > ver. of jQuery, 1.2.1 and your plugin. do i have to link to all 3 of
> > > > your js files to get more horizontal scrolling to work? i am trying to
> > > > scroll to a <div> inside of another <div>. when i click on the button
> > > > that should initiate the scrolling i get the following error from
> > > > firebug.
>
> > > > Error: [Exception... "'Dimensions: jQuery collection is empty' when
> > > > calling method: [nsIDOMEventListener::handleEvent]"  nsresult:
> > > > "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)"  location: "<unknown>"
> > > > data: no]
>
> > > > any idea what this means?
>
> > > > On Oct 5, 12:20 pm, Flesler <[EMAIL PROTECTED]> wrote:
>
> > > > > Hi, Some days ago I saw this 
> > > > > article:http://www.learningjquery.com/2007/09/animated-scrolling-with-jquery-12
> > > > > And I decided to make a plugin out of that, adding versatility and
> > > > > customization.
> > > > > I'd appreciate some feedback :)
>
> > > > > The project is in:http://jquery.com/plugins/project/ScrollTo
>
> > > > > Thanks
>
> > > > > Ariel Flesler- Hide quoted text -
>
> > > > - Show quoted text -- Hide quoted text -
>
> > - Show quoted text -- Ocultar texto de la cita -
>
> - Mostrar texto de la cita -

Reply via email to