Here's my alternative to the ddscript Jquery Scroll to Top Control V1.1 scroll_to_top.js Code: $.fn.scroll_to_top = function(userOptions) { var check_scroll = 0; var defaultOptions = { image : 'jump_to_top.png', image_height : '6%', image_width : '3%', scroll_distance : 200, scroll_location : 0, scroll_speed : 600, button_animate_speed : 200, button_animate_type : 'fade', ...
$.fn.scroll_to_top = function(userOptions) { var check_scroll = 0; var defaultOptions = { image : 'jump_to_top.png', image_height : '6%', image_width : '3%', scroll_distance : 200, scroll_location : 0, scroll_speed : 600, button_animate_speed : 200, button_animate_type : 'fade',
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)
1. Create a string that is the JS-equivant of the DD Anylink standalone menu (or of any standalone menu) with the help of a good HTML-to-JS-converter. Make sure that all JS and CSS are made inline before conversion. Name the string included_js. 2. Create a script like this: Code: <script> var included_js = STRING, where STRING represents the string you just created. </script> (in the Anylink-case, STRING representsw THIS) and put the script ...
<script> var included_js = STRING, where STRING represents the string you just created. </script>
Updated 08-20-2012 at 12:26 AM by molendijk (Correction)
Okey doke, there haven't been any blogs in a while, so I thought I might have some. It's about a thread I was on (here) in which Williamsun wanted a form which autosummed a price. I ended up coming up with something along these lines. Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type"
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)