-
Notifications
You must be signed in to change notification settings - Fork 75
Document $.fn.labels #270
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
Milestone
Comments
jzaefferer
added a commit
that referenced
this issue
May 7, 2015
jzaefferer
added a commit
that referenced
this issue
May 7, 2015
Landed in 1-12 branch. |
jzaefferer
added a commit
that referenced
this issue
Sep 30, 2015
jzaefferer
added a commit
that referenced
this issue
Oct 28, 2015
jzaefferer
added a commit
that referenced
this issue
Oct 29, 2015
jzaefferer
added a commit
that referenced
this issue
Dec 17, 2015
jzaefferer
added a commit
that referenced
this issue
Jul 8, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to add an entry for the new method
$.fn.labels
which attempts to mimic thecontrol.labels
property from webkit browsers and extends it to work on document fragments as well. This method of course only works on a single element and like other jQuery methods will use the first element in a collection if a collection is passed. It returns a jQuery Collection of all of the labels present which are associated with the input, or an empty collection if there are none.The text was updated successfully, but these errors were encountered: