クライアント側の Jade テンプレートに検索バー テンプレートを実装しようとしています。
table.SearchBar(cellpadding="0", cellspacing="0")
tr
td.SearchCell
div.SearchIndicator(id="SearchIndicator_#{eId}")
input.SearchText.Initializing(id="SearchText_#{eId}", type="text", placeholder="gathering contacts list...")
-if(parentName === "Contacts")
td.SearchCell(style="width: 100px;")
button.PresenceButton(id="PresenceButton_#{eId}")
input.PresenceCheckbox(type="checkbox", name="Presence", id="PresenceCheckbox_#{eId}")
p.PresenceLabel online only?
Chrome && Firefox では、すべて正常にレンダリングされます。IE 9 では、チェックボックスのみがレンダリングにまったく失敗し、Web インスペクタに表示されず、スクリプトの後半でエラーが発生します。
これは私を殺している。何か案は?