the default options
because you want a 'slide' effect with duration 'slow', i.e., 600
milliseconds.
Replace the above code with this:
$(function() {
$("#outer").expandAll({
ref: "div.demo",
showMethod: "slideDown",
hideMethod: "sl
Hi Rory,
You need only the expandAll() plug-in:
$(function() {
$("#outer").expandAll({trigger: "span.expand", ref: "div.demo",
showMethod: "slideDown", hideMethod: "slideUp", speed: 600});
});
Regards,
Adriana
Rory Bernstein wrote:
ings
('fieldset:visible').slideUp('fast');
return false;
});
Regards,
Adriana
On Nov 26, 11:41 am, Bruce MacKay wrote:
> Hello folks,
>
> I have an operational accordion based on a series of fieldset tags
> (the content) and h6 tags (the triggers).
>
> It is
You are welcome Akbar and I’ll be glad to see the live version of your
accordion.
Regards,
Adriana
On Nov 18, 10:43 pm, Akbar wrote:
> Never mind. I was missing something obvious. I added another style:
>
> .accordion a{text-decoration:none;}
>
> and it is all good.
>
>
Sorry, my mistake:
The variable 'containerID' in the script is the ID of the closest
named container of the accordion.
In the above example containerID = "#rightcol".
col".
The 'wrapper' in the script is the element that wraps the pair of
'a.trigger' and 'next collapsible element'.
In the above example wrapper="li'.
Hope this helps.
Regards,
Adriana
On Nov 16, 5:52 pm, Akbar wrote:
> I am using Firebug.
&
that PHP can generate can be done by Perl, Cold Fusion, .NET,
> > etc etc
>
> > On Nov 13, 2:59 pm, Akbar Ehsan wrote:
> > > Hello Adriana,
>
> > > Thanks,
>
> > > Does it require PHP? I have no PHP skills.
>
> > > Regards,
>
> > &g
he script can be used as well with nested -s.
Be sure to add the class name 'accordion' to the root tag of your
accordion - or .
Regards,
Adriana
On Nov 13, 8:59 pm, Akbar Ehsan wrote:
> Hello Adriana,
>
> Thanks,
>
> Does it require PHP? I have no PHP skills.
>
Hello Akbar,
Here are two links that provide examples of nested accordions:
http://adipalaz.awardspace.com/experiments/jquery/nested_accordion.html
http://blog.evaria.com/wp-content/themes/blogvaria/jquery/index-multi.php
Regards,
Adriana
(I hope I'm not posting this twice... the last one didn't seem to go
out)
I've been looking for an "Ajax CMS" but decided to learn jQuery to
learn how to code it myself in order to earn some geek-girl cred among
my male colleagues. I've learn a lot about jQuery in a week but as
you can imagine
I've been looking for an "Ajax CMS" but decided to learn jQuery to
learn how to code it myself in order to keep earning some Geek-girl
cred among my male colleagues. I've learn a lot about jQuery in a
week but as you can imagine I still have a lot to learn.
I have successfully animated an image
I can't find where to add the imagefit code to galleria plugin. I
would really appreciate some help here.
=== begin imagefit instructions
In your JavaScript
Where '#content' is a jQuery selector for the container (or
containers) inside which you want images to resize:
$(functio
12 matches
Mail list logo