> now what happens when I fill in a value and click is that the value I
> entered into the text box appears in the "member_info" <p> ... but
> disappears again almost straight away.

Try:   onclick="findMember(this.form); return false;"...

Without the "return false" in there you're going to submit the form.

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to