bitovi / jquerypp

jQuery's missing utils and special events
http://jquerypp.com
MIT License
1.21k stars 160 forks source link

formParams() - getValues gets all elements with a name attribute #97

Open hhofstaetter opened 11 years ago

hhofstaetter commented 11 years ago

It does not just get all form fields (input, select, textarea) , it tries to get values from links with a name to.

If there is a and a on the page it can return wrong form values.