Pull up selector-escaping from tabs into ui.core
And while at it, do it properly. Currently tabs escapes only colons, while other characters like dots or square brackets should be escaped as well.
Marking this as critical as it will fix one or more tabs tickets and should be considered to inclusion in jQuery core. The earlier we land it, the higher the odds that it eventually lands in jQuery core.
See also http://dev.jqueryui.com/ticket/2715
Change History (4)
Description: |
modified (diff)
|
Resolution: |
→ wontfix
|
Status: |
new →
closed
|
Introducing a new method for a rather simple regex-replace isn't really worth it. If we need it anywhere else, we can still introduce that.