Replaced find() calls with children() in typeahead.#3878
Closed
igor-alexandrov wants to merge 3 commits intotwbs:2.1.0-wipfrom
Closed
Replaced find() calls with children() in typeahead.#3878igor-alexandrov wants to merge 3 commits intotwbs:2.1.0-wipfrom
igor-alexandrov wants to merge 3 commits intotwbs:2.1.0-wipfrom
Conversation
…on when there is another ul/li inside of item.
Chris-Jones-Gill
added a commit
to Chris-Jones-Gill/bootstrap
that referenced
this pull request
Jun 19, 2012
Add js tooltip function so a tooltip can be called without using rel= Update tooltip html to reflect new js function Include changes from twitter/bootstrap issue twbs#3888 Include changes from twitter/bootstrap issue twbs#3885 Include changes from twitter/bootstrap issue twbs#3884 Include changes from twitter/bootstrap issue twbs#3880 Include changes from twitter/bootstrap issue twbs#3878 Include changes from twitter/bootstrap issue twbs#3876 Include changes from twitter/bootstrap issue twbs#3875
Member
There was a problem hiding this comment.
dont' want to do this - we would want to continue to use delegation here. something like * > li should work`.
Member
|
please reopen with unit tests. thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed error in typeahead module that were caused by ul/li inside of item in $menu.
Also update documentation.