2009/7/29 shaf <shaolinfin...@gmail.com>:
>
> Hi Guys
>
> How do I get the value of a form textfield ?
>
> <form>
>   <input type="text" name="name" id="name" /> Your Name
> </form>

Hi!

Try it like this:
$("#name").val();

András

-- 
- -
--  Csanyi Andras  -- http://sayusi.hu -- Sayusi Ando
--  "Bízzál Istenben és tartsd szárazon a puskaport!".-- Cromwell

Reply via email to