我的代码是这样的:
<input type="text" name="creation_date" id="id_creation_date" />
我可以使用正则表达式吗?我需要为regex安装额外的东西来使用jQuery吗?
$(‘input [id * =“_ date”]’)。css(‘background-color’,’red’);