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

Custom events implementation #106

Merged
merged 3 commits into from
Mar 14, 2013

Conversation

jharding
Copy link
Contributor

See #68. Still WIP.

@jharding jharding mentioned this pull request Mar 11, 2013
@jharding
Copy link
Contributor Author

No longer a WIP, I've finished implementing the batch of custom events for v0.9.0.

@jharding
Copy link
Contributor Author

Should the triggering of typeahead:initialized be deferred?

$('.typeahead')
.on('typeahead:initialized', function() { alert('called'); })
.typeahead({ /* ... */)
.on('typeahead:initialized', function() { alert('never called!'); });

@jharding jharding merged commit d789c4b into twitter:integration-0.9.0 Mar 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants