[jQuery] Re: Form inside Form value

2009-02-27 Thread saifullah hanif
http://tinyurl.com/cyecuf http://tinyurl.com/ahvxzc http://tinyurl.com/8rwmkr http://tinyurl.com/7wbm8o On 2/27/09, Po01 wrote: > > > Hi, i have a HTML like that: > > > > > > > > Supposing the field name is email, how can i get its value using > Javascript/JQuery? > I tried some stuff.. wi

[jQuery] Re: Ajax reacts very slow...?

2009-02-27 Thread saifullah hanif
http://tinyurl.com/cyecuf http://tinyurl.com/ahvxzc http://tinyurl.com/8rwmkr http://tinyurl.com/7wbm8o On 2/27/09, heohni wrote: > > > I see.. > > But is this normal? > I do not have any database queries in these ajax files. > Only session handling. > > For example to add the prouct and to chec

[jQuery] Re: validate range/min/max not working

2009-02-27 Thread saifullah hanif
http://tinyurl.com/cyecuf http://tinyurl.com/ahvxzc http://tinyurl.com/8rwmkr http://tinyurl.com/7wbm8o On 2/26/09, ericerau wrote: > > > I'm using 1.5.1 with jquery 1.3.2. > > It doesn't look like range, min, max are working. Check out: > > http://docs.jquery.com/Plugins/Validation/Methods/ra

[jQuery] Re: File Input field Help

2009-02-27 Thread saifullah hanif
http://tinyurl.com/cyecuf http://tinyurl.com/ahvxzc http://tinyurl.com/8rwmkr http://tinyurl.com/7wbm8o On 2/26/09, Chris wrote: > > > I tried this: > >$("#form_container").click(function(event) { >event.stopPropagation(); >$("#id_content").trigger('click'); >}); > > AND