Re: [jQuery] need help with simple jQuery problem

2010-01-22 Thread Adriana P
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

Re: [jQuery] need help with simple jQuery problem

2010-01-20 Thread Adriana P
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:

[jQuery] Re: Accordion, fieldset and selectors question

2009-11-26 Thread Adriana
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

[jQuery] Re: Nested Accordion

2009-11-18 Thread Adriana
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. > >

[jQuery] Re: Nested Accordion

2009-11-16 Thread Adriana
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".

[jQuery] Re: Nested Accordion

2009-11-16 Thread Adriana
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. &

[jQuery] Re: Nested Accordion

2009-11-13 Thread Adriana
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

[jQuery] Re: Nested Accordion

2009-11-13 Thread Adriana
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. >

[jQuery] Re: Nested Accordion

2009-11-12 Thread Adriana
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

[jQuery] jquery animate and click together...

2009-06-03 Thread 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

[jQuery] jquery animate and click together...

2009-06-03 Thread Adriana
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

[jQuery] Galleria and imagefit plugins together

2009-03-09 Thread Adriana
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