Hi,
i'm struggling with some real basics. I have several html forms in my script with a different id set for each.
How do I access the elements when the form is submitted
- $(".submit-button").click(function(){
-
- // Setup variable to catch the HTML form data
- var notes_text=$('#form1 textarea#some_text').val();
- }
What am I doing wrong?
Thanks,
Johnny.