I have been a fan of youngpup (aaron boodman) for some time, I
love his ypXmlTree which I am still using to date.  This is the guy that
openned my eyes to things like wyiwyg concepts.

I am not the most majical of jquerians somewhat I keen novice

A far as I see this could be put together with interface, if the scrollTo
can work in a nest div,
but would require a complete rework making it standard (removing the need
for the description)
and in turn simplification.

the anchor items also have tooltip applied with different classes.  Using
the easing formulas
would give an effect similar a flash effect. if scrollTo can work in a nest
div

perhaps a custom function could be made scrollToWithin(container, marker)

$("a.anchor, a.top").click(function(event) {
var url = this.href, namedPoint = '#' + this.href.split('#')[1];
anchorClick(namedPoint);
});


function anchorClick(namedPoint) {  $(namedPoint).ScrollTo(800, 'easeout');
}

- S
On 03/02/07, David <[EMAIL PROTECTED]> wrote:

IMHO the scroll to functionality can be added best using anchors instead
of the home-made description attribute.

The placing of the links is nice though.


David



Kelvin Luck schreef:
> Or this one:
> http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html
>
> When I get a chance I'll look at adding some "scroll to" functionality
> to it,
>
> Cheers,
>
> Kelvin :)
>
> Sam Sherlock wrote:
>
>> thats a blast from the past.
>>
>> try this
>> http://interface.eyecon.ro/demos/scrollbar.html
>>
>> On 03/02/07, * Alexandre Plennevaux* <[EMAIL PROTECTED]
>> <mailto:[EMAIL PROTECTED]>> wrote:
>>
>>     would someone be able to implement this in jquery?
>>
>>     http://webapp.youngpup.net/demos/threeoh-scroller/
>>     <http://webapp.youngpup.net/demos/threeoh-scroller/>
>>
>>     i found these scrollbars + shortcuts to be awesome!
>>
>>     alex
>>
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
>
>


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to