[jQuery] Re: toggling and element using two separate button elements

2007-10-10 Thread Karl Swedberg
Hi robing, I'm not perfectly clear on what you want to do, but might want to try changing these lines: $('#image_folder_button').click(function(){ $('.image_folder_dropdown').toggle(); }) to this: $('#image_folder_butto

[jQuery] Re: toggling and element using two separate button elements

2007-10-10 Thread Glen Lipka
Its hard to tell what you are looking for. Can you put a sample page on the web, and just put in an alert or pseudo-code to describe what it's not doing right? Glen On 10/9/07, robing <[EMAIL PROTECTED]> wrote: > > > Hi this is my first post to this group so please forgive me for any > errors I m