tags:

views:

39

answers:

1

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 .

A: 

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.

redsquare
yes i know serialozeArray demo , but it take values and not lable .
erfaan