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

somehow the event does not be triggered. #7

Open
ejbiva1 opened this issue Dec 4, 2015 · 0 comments
Open

somehow the event does not be triggered. #7

ejbiva1 opened this issue Dec 4, 2015 · 0 comments

Comments

@ejbiva1
Copy link

ejbiva1 commented Dec 4, 2015

I put the code as below,somehow the event of click has not been triggered. Could you help suggest?

<script> var Tasks = Spine.Controller.create({ events: {"click .item": "click"}, click: function(e){ // Invoked when .item is clicked } }); var tasks = TaskController.init({el: $("#editor")}); </script>
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