]> source.dussan.org Git - jquery-ui.git/commit
Core: Add $.fn.labels, $.fn.form, and $.ui.escapeSelector methods
authorAlexander Schmitz <arschmitz@gmail.com>
Mon, 27 Apr 2015 03:38:21 +0000 (23:38 -0400)
committerAlexander Schmitz <arschmitz@gmail.com>
Wed, 6 May 2015 01:43:57 +0000 (21:43 -0400)
commit803eaf29f732a68793b806356096fe849b9f470b
treed1be32beb2405e1abf1db89a4d67c7ec4ec8c9ee
parent6a03b0f2ba422ec8edbf642eab692cbd20af2f4d
Core: Add $.fn.labels, $.fn.form, and $.ui.escapeSelector methods

$.fn.labels and $.fn.form mimic the native labels and form properties
$.ui.escapeSelector is for escaping attributes and urls for use as selectors

Closes gh-1546
tests/unit/core/core.html
tests/unit/core/core.js
tests/unit/core/selector.js
ui/core.js
ui/selectmenu.js