depends on what you are trying to do. say you had this form:
<form> <input id="name" type="text" value="test" /> </form> in jquery you can simply do this: var name = $("#name").val(); you could then send a post or get using jquery to pass that variable on submit Leandro Dias wrote: > > > Hi! > How can i pass a jquery variable to a php variable? > Or pass a jquery variable in GET or POST. > Thanks!! > > -- View this message in context: http://www.nabble.com/How-to-pass-a-Jquery-variable-to-php--tp25828076s27240p25828847.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.