Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
按照这里和这里的这些建议,我试图逃避我的选择器。在chrome中,没问题:
但是对于 Firefox,没有成功:
Error: Syntax error, unrecognized expression: input\[id^=\"form_availabilities_\"
正确的方法是什么?
你为什么要逃避什么?
$('input[id^=form_availabilities_]')
完毕。