开发者

get all form selected label

开发者 https://www.devze.com 2023-01-01 07:25 出处:网络
i need to jquery script for show or append all selected lable of chekbox , radio button , options from form to views in page .

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 s开发者_StackOverflowearch form , after submit show your selected options in top of result list .


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消