I love this plugin megafold!
I want to say though, you should document ScrollHorz on the demos, it
should be the most basic of demos. I actually had to read all the
source code to find it. I tried so many other plugins because that
directional shifting is what I really needed.
I can write the do
I though this might help someone. To get the html content of a
selection you can do this:
jQuery("").append(window.getSelection().getRangeAt(0).cloneContents().childNodes).html();
It only working in firefox, but I'm sure it could be made to work in
IE too.
Is there a way to take this scrolling functionality and use it as a
plugin? I can't seem to find out where the functions for scrolling the
page are in this example:
http://docs.jquery.com/JQuery_1.2_Roadmap#Animating_scrollLeft.2FscrollTop
Any help would be much appreciated
3 matches
Mail list logo