tks for your answer
i've tried to do what you suggest, but doing something like this in a
javascript :

var obj_slider_dim_5_metric             = document.getElementById
("slider_dim_5_metric");

if (obj_slider_dim_5_metric!=null) {
        alert('start');
        alert($j('#slider_dim_5_metric').data('max.slider'));
        alert('end');
}
else {
        alert('NON slider_dim_5_metric ');
}

but the
alert($j('#slider_dim_5_metric').data('max.slider'));

return the object, but not the value max value.
Do you have other suggestion on this ?

many tks
ciao
gioele





On Nov 26, 4:02 pm, Cloudream <[EMAIL PROTECTED]> wrote:
> $j('#mySlider).data("max.slider");
>
> On 11月26日, 下午9时27分, "Zanzico Gioele" <[EMAIL PROTECTED]>
> wrote:
>
>
>
> > i have a slider like this
>
> >       $j('#mySlider).slider({        
> >         steps: 1,
> >         min: 1,
> >         max: 20,                  
> >        }  
> >        }      
> >       );
>
> > i need to get after the load of document the min and the max value,
> > of this object
>
> > is it possible ?
>
> > I tried doing sometinhg like this :
>
> > $j('#mySlider).slider('max');
>
> > but i don't get the value i need.
>
> > could you help me pls
>
> > tks in advance
> > ciao
> > gioele
>
> > Zanzico Gioele
> > Senior Web Analyst
>
> > Vitec Group - Imaging & Staging
> > Tel   +39 0424 555 507www.vitecgroup.it<blocked::http://www.manfrotto.com/>
> > P Respect the environment: don't print this e-mail, if not necessary.- Hide 
> > quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to