我有相同類型的多個控件,用在ID中間「XYZ」:JQuery的選擇
<input type="text" id="AutoStuff_hfyrt_xyz_MoreStuf_123" />
<input type="text" id="AutoStuff_fyhrt_xyz_MoreStuf_7" />
如果我想在一個結束的「123,」我想那將是:
var x = $("input[id*='xyz']").("[id$='123']").val()
但是,我收到一個錯誤,「標識符預期」。