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

start on mouse over or another event #7

Closed
arilishu opened this issue Sep 9, 2013 · 2 comments
Closed

start on mouse over or another event #7

arilishu opened this issue Sep 9, 2013 · 2 comments

Comments

@arilishu
Copy link

arilishu commented Sep 9, 2013

i want to play the slot, but not over an id click.
maybe, on document ready, by set interval or mouseover

@matthewlein
Copy link
Owner

Please ready the documentation, specifically the spinEvent and spinner options. That's what you'll use.

Mouseover is something like

spinEvent : 'mouseover',

Document ready would be:

spinner : document,
spinEvent : 'DOMContentLoaded',

@arilishu
Copy link
Author

ok, thanks!
What about, inside setinterval.
i say, $('.fancy .slot').jSlots({...}) inside a function and the setinterval calling that function

Thanks.

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