From 487e8b9d700134f8f1078515baefc1d8645da1c2 Mon Sep 17 00:00:00 2001 From: Zeke Lu Date: Wed, 2 May 2012 13:44:29 +0800 Subject: [PATCH 1/3] Hide the original unordered list by its class rather than by its id. So that one don't have to modify the css file. --- README.txt | 4 ++-- css/jquery.galleryview-3.0-dev.css | 3 +-- demos/all-features.html | 2 +- demos/default.html | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.txt b/README.txt index 78a0938..5342b02 100644 --- a/README.txt +++ b/README.txt @@ -7,7 +7,7 @@ INSTRUCTIONS FOR USE 2) Include script tags for the desired version of the script (uncompressed, packed) and for the included jQuery Timers and Easing plugin files 3) Include a reference to the jquery.galleryview-x.x.css stylesheet in your document 4) Create an unordered list in your HTML with the content you wish to be displayed in your gallery (see below for more information on markup options -5) Edit the id of the first rule in jquery.galleryview-3.0.css to match the id given to your unordered list +5) Add class "galleryView" to the unordered list to make it invisible at firt (in order to prevent a flash of unstyled content). 6) Call the GalleryView plugin with the function call below: $('#id_of_list').galleryView() @@ -31,7 +31,7 @@ Below, I will show you the markup required to produce various types of galleries I will exclude the UL wrapper and only show the HTML necessary for a single panel and/or frame. 1) Basic slideshow (no added features) -