i need to jquery script for show or append all selected lable of chekbox , radio button , options from form to views in page .
like andvanced search form , after submit show your selected options in top of result list .
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could use serializeArray
All your elements will need to be inside a form tag.
There is a demo at the bottom of that page that lists all the values of a form printed on screen. You can use that as a starting point.