1
是否有可能在knockout綁定聲明中使用jquery?例如,我試圖通過單擊「全部」複選框來選擇一組複選框。這是我試圖聲明點擊綁定的方式:在knockout綁定聲明中可以使用jquery嗎?
selectAll.bind($parent, $(this).is('checked'))
但是,這似乎沒有工作。我在Chrome中遇到以下例外情況:
Uncaught Error: Unable to parse bindings.
Message: TypeError: Cannot call method 'toLowerCase' of undefined;
Bindings value: click: $parent.selectAllFacets.bind($parent, $(this).is('checked'))
這可能嗎?提前致謝。
請將你的答案標記爲已回答你的問題(即使你回答了你自己的問題......這樣做會減少混亂,再加上實際上有一個徽章) – jimmym715 2012-08-16 12:53:28
當然。唯一的問題是它不允許我。我得到一個「你可以接受你自己的答案明天」的消息。 – rreyes1979 2012-08-16 13:22:39