0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 10, 2024 — Sep 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed 'readonly' from the API and added property support to the attributes configuration More... almost 13 years ago
Merge pull request #11 from viczam/master More... almost 13 years ago
preventing type conversion when checking the equality of values for input and textarea More... almost 13 years ago
update test for radio button value More... almost 13 years ago
Merge pull request #10 from viczam/master More... almost 13 years ago
extracting the value from the checked radio button element More... almost 13 years ago
safety measure when attrs is null More... almost 13 years ago
updating for 0.5.2 cut More... almost 13 years ago
updating for 0.5.2 cut More... almost 13 years ago
Merge pull request #9 from hlindset/fix-select-value-init More... almost 13 years ago
fix select options existence predicate More... almost 13 years ago
update readme for 0.5.1 cut More... almost 13 years ago
tests for issue #8 when there are multiple models stuck in a view More... almost 13 years ago
fix for issue #8 when there are multiple models stuck in a view More... almost 13 years ago
Merge pull request #8 from KidkArolis/local-model-bindings More... almost 13 years ago
Store bindings in each view, instead of a globally shared array More... almost 13 years ago
Merge pull request #3 from waveaccounting/master More... almost 13 years ago
issue #6 Keyup event fired too late More... almost 13 years ago
merging issue#7 Allow shorthand binding of elemens to model properties. More... almost 13 years ago
Added test for input[type=number]. More... almost 13 years ago
issue#5 (1) pass model into updateViewBindEl 4realz More... almost 13 years ago
Removed usage of .asNumber. Use Number() instead. More... almost 13 years ago
made unique key for form element bindings to address model binding across multiple views More... almost 13 years ago
add modelAttr param to format callbacks More... almost 13 years ago
make sure tests conform to zepto's api More... almost 13 years ago
Use .asNumber() if input is [type=number]. More... almost 13 years ago
for attributes, run format only if it is defined More... almost 13 years ago
fix for issue#1 - pass in val to attributes format callback More... almost 13 years ago
added original value parameter for updateMethod More... almost 13 years ago
added original value parameter to afterUpdate callback More... almost 13 years ago