0

可能重复:
jquery cfml trigger('change') not working

<input name="btnScan" type="button" id="btnScan" style="WIDTH: 120;HEIGHT: 30" onClick="return btnScan_onclick()" value="Scan"/>
<input name="ScanDocument" id="ScanDocument" type="text" value="{DocType}" class="ScanDocument">
<cfselect name="DocType" id="DocType" class="selectClass" query="qGetDocTypes" display="name" value="DocTypeID">

<cfdiv style="border:1" id="handler_#docAreaID#" bind="url:#request.controlurl#documentHandler/?ScannedDocument={ScanDocument}">

$(".ScanDocument").val('changed to trigger bind');

如果我选择一种文档类型,输入字段会更改以反映它。但是 cfdiv 绑定没有被触发。

我可以将绑定更改为 {DocType} 并且每次选择不同的文档类型时都会发生绑定。但是,我无法从 Javascript 或 Jquery 模拟绑定,以便在上传新文件后,我可以刷新 cfdiv 中的列表。

4

0 回答 0