我解決的問題 解決方法:我用戶ko.js檢查在java中的數據,以解決我的問題!感謝所有如何使用我的代碼在java腳本中顯示特定的div基用戶數據?
我有這樣的代碼,以顯示我的在線用戶在我的聊天腳本(x7chat 3,可以download it free)
此代碼是在這個文件中的腳本: x7chatDIR \模板\ DEFAULT \網頁\ chat.php
<div id="onlinelist" data-bind="foreach: active_room().users()">
<div class="onlineuser" data-bind="click: $root.show_user_profile"><a href='#' data-bind="text: user_name"></a><br></div>
</div>
我想檢查VAR如果VAR是 '管理員' 顯示這個div:
<div class="onlineuser" data-bind="click: $root.show_user_profile"><a href='#' data-bind="text: user_name"></a><br></div>
和其他證明這一點:
<div class="onlineuser2" data-bind="click: $root.show_user_profile"><a href='#' data-bind="text: user_name"></a><br></div>
在我真正想要顯示的div管理,它的類是「onlineuser2」我想表明管理員ID從用戶的另一種顏色!
對不起,我的英語.... eng不是我的母語!
做'text:user_name'假定'string''「admin」'值? – steo
是的,它的劑量..... –
請澄清更多你如何處理這種情況,你的目標是ambiguos現在。 – steo