我想从 Sonata Admin 的表单中获取价值,但是在源 html 中我有例如:
<input type="text" class="span5" maxlength="255" required="required" name="s215268450cfc7[username]" id="s215268450cfc7_username">
s215268450cfc7这是 uniqid,但这是为了什么添加到表单中的所有字段中?这是刷新页面后重新生成的。
我想从这种形式中获得价值,但我不能使用:
$('#s215268450cfc7_username').val()
因为这仍然是重命名。