Adds altScrollTo method to scroll to coordinates, element, or keyword position in the scroller. Adds optional callback for real time updates of the scroller's position. Fixes behavior of bi-directional scrollers in IE 8 and less. Now compatible to and including IE 6. Adds automatic console logging of missing helper scripts in browsers with console logging. Instates selector element return value for normal jQuery chaining of methods. Alters the mouseout behavior for default style scrollers to avoid ...
Updated 06-18-2013 at 09:27 PM by jscheuer1 (additional options, details)
Adds: persistence option, oncontentinit option, auto detect of a single table with a single row for optionally randomizing its td's, code efficiencies. Applies to: Text and Image Crawler v1.5 What many people don't know about Crawler is that it makes a duplicate train of its text and/or images so that they may be looped/viewed in a continuous manner without spaces or jumpiness. That's fine as long as you're not trying to initialize that ...
Updated 10-09-2012 at 10:24 AM by jscheuer1 (add table auto detect, details, update attached script)
I found a fairly easy way to add optional links to the Dynamic Drive Script: Background Image Carousel First a demo: BG Carousel Links - Demo Now, how to: Using a text only editor like NotePad, add this highlighted style as shown to the bottom of the on page styles (modified from Step 1 on the demo page): Code: . . . ctedslide div.desc{ /* CSS for currently selected slide's desc div */ } div.slide ...
. . . ctedslide div.desc{ /* CSS for currently selected slide's desc div */ } div.slide
Updated 07-25-2012 at 12:17 AM by jscheuer1 (attach modified version of script, link to demo, update comments in script)
In javascript there are basically two types of events that can be assigned to elements and objects. I classify them as version 4 events (those that were available in Netscape 4 and IE 4), and version 5 events, those that became available starting with IE 5 and presumably NS 5, but the earliest I'm aware of them in NS was NS 6 (I don't recall ever seeing a NS 5 browser). Version 4 events are still available in today's browsers and are usually the first ones folks learn about, examples: ...
Updated 04-05-2012 at 05:26 AM by jscheuer1 (add info)
SPECIAL NOTE: Few of the links previously herein still went where they did (if anywhere) when this was first written. All necessary missing files and more can be downloaded in the current distribution archive: extrabuttonsdistro.zip Most recent additions - graceful integration with Ultimate Fade In Slideshow (2.6.1)'s new swipe feature, bug fixes to the original fadeslideshow.js script as noted in the included fadeslideshow.js file's comments section. Also included ...
Updated 03-08-2016 at 04:47 AM by jscheuer1 (include updated files and explanations of same)