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

.submit() function on quo.js? #42

Closed
rodrigobarona opened this issue Jan 24, 2013 · 2 comments
Closed

.submit() function on quo.js? #42

rodrigobarona opened this issue Jan 24, 2013 · 2 comments

Comments

@rodrigobarona
Copy link

I have a login form and a search input on my Lungo.js app

I want to make like a .submit() (like jquery) but I don't see any method support by quo.js

Now I am using the tap function on the button but it is not enought. I can try to use the letdown hack to especify the "return" button but I don't like the idea

Any idea to solve it?

Thanks a lot ;)

@rodrigobarona
Copy link
Author

with the .on() yo can do it

$$('#search').on('submit', '#search', function() { ... });

@dboeke
Copy link

dboeke commented Sep 8, 2013

I solved it by actually using an <input type='submit' class='button anchor accept' value='Submit This Form' />

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

2 participants