[jQuery] Cycle Plugin Documentation

2008-06-09 Thread interfaced
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

[jQuery] Selection html

2008-05-03 Thread interfaced
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.

[jQuery] Animating scrollLeft

2007-08-13 Thread interfaced
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