[jQuery] Re: .change for created select menu

2007-07-04 Thread Ganeshji Marwaha
Glad that you got it working... When something in javascript or even CSS doesn't work as expected, i always follow the process of setting up a minimal test page. This ensures that all the effort that we put in fixing the problem reaches it. -GTG On 7/4/07, NBoringron <[EMAIL PROTECTED]> wrote:

[jQuery] Re: .change for created select menu

2007-07-04 Thread NBoringron
I was setting up a simplified version on a different page to show you and the problem was still there. But then I tried your earlier suggestion on the new simplified version and it worked fine. I must have done something to break it on my first attempt, although I'm still not sure what exactly. T

[jQuery] Re: .change for created select menu

2007-07-03 Thread Ganeshji Marwaha
hmmm... ok, can u post a test page somewhere where i can take a look. that could simplify debugging.. -GTG On 7/3/07, NBoringron <[EMAIL PROTECTED]> wrote: I tried that but it didn't work. On Jul 3, 6:36 am, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > try calling the $('#tagline2').chang

[jQuery] Re: .change for created select menu

2007-07-03 Thread NBoringron
I tried that but it didn't work. On Jul 3, 6:36 am, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > try calling the $('#tagline2').change(function(){}) inside the change() event > for the first after creating the new > > option element. > > -GTG > > On 7/2/07, NBoringron <[EMAIL PROTECTED]> wrot

[jQuery] Re: .change for created select menu

2007-07-02 Thread Ganeshji Marwaha
try calling the $('#tagline2').change(function(){ }) inside the change() event for the first after creating the new option element. -GTG On 7/2/07, NBoringron <[EMAIL PROTECTED]> wrote: Hi, I hope this isn't a stupid question: I am trying to have a dropdown menu that will create a new dropdo