Files
edx-platform/common/static
Samuel Walladge 9c4b458d2a Fix elem not selected if id contains special chars
If the id of a `.formulaequationinput input` element contains a special
character, then the selector for $preview was silently failing to match
the element, because no escaping was happening.

This fixes the issue by escaping the id before passing to the jQuery
selector function. CSS.escape is the ideal method, but this isn't
present in IE or Edge, so we use a fallback borrowed from the new
jQuery.escapeSelector method.
2020-05-04 09:27:12 +09:30
..
2016-05-30 12:43:46 -04:00
2013-04-18 15:46:08 -04:00
2018-04-13 14:10:40 -04:00