Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

How to bind the change event of input using lastest rivets #732

Open
rfrkk opened this issue Sep 27, 2019 · 0 comments
Open

How to bind the change event of input using lastest rivets #732

rfrkk opened this issue Sep 27, 2019 · 0 comments

Comments

@rfrkk
Copy link

rfrkk commented Sep 27, 2019

Consider an example:

<div>
<input type="text" id="number_1"/> x <input type="text" id="number_1"/> = <span id="total"></span>
</div>

When #number_1 textfield is filled in 5 and #number_2 textfield is filled in 2,then #total span will be show 10 automatically.
How to do this by rivets (0.9.6),Please display all the code,thanks very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant