Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

checkbox checked prop AND not binding to elements without name attr #27

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jotto
Copy link

@jotto jotto commented Aug 21, 2011

see commits for more detail

@jotto
Copy link
Author

jotto commented Aug 21, 2011

sorry this is kind of a mess, i didn't intend for the gemspec file to be a part of the pull request, just datalink.js

…d adds a check to ensure there's a value on the name attribute of an element before binding to an event (otherwise any input without a name attr will bind to change:undefined). another way of handling this might be using $(":input[name]") instead of $(":input"). either way.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant