[jQuery] Conflict between Simplemodal and jquery-ui slider?

2009-09-11 Thread folder123
Summary - Slider does not work in SimpleModal window after more than once. Detail: Step 1: Click to open modal window Step 2: Observe slider working properly, with value being updated, close modal Step 3: Click to open modal window Step 4: Observe slider NOT working properly, NaN being returned

[jQuery] Re: Conflict between Simplemodal and jquery-ui slider?

2009-09-11 Thread folder123
nt").val(ui.value); >         } >     }); > > }}); > > -Eric > > On Sep 10, 2:30 pm, folder123 wrote: > > > > > Summary - Slider does not work in SimpleModal window after more than > > once. > > > Detail: > > > Step 1: Click to open

[jQuery] Re: Conflict between Simplemodal and jquery-ui slider?

2009-09-11 Thread folder123
50, >         max: 300, >         value: 100, >         slide: function(event, ui) { >             $("#amount").val(ui.value); >         } >     }); > > }}); > > -Eric > > On Sep 10, 2:30 pm, folder123 wrote: > > > > > Summary - Slider does not work in SimpleM

[jQuery] Re: Conflict between Simplemodal and jquery-ui slider?

2009-09-11 Thread folder123
The behavior i'm seeing is the onShow only seems to run once. On subsequent modal window opens the contents in onShow don't seem to execute. -k On Sep 11, 7:31 pm, folder123 wrote: > I'm still having issues with the code below, the slider now doesn't > even sh