我有一個從AJAX加載的元素。有了這個元素,我連接了Facebox.js。點擊元素後,它會觸發Facebox。所以我用: $(document).on("click", "a[rel*=modal]", function() {
$(this).facebox(); // Applies modal window to any link with attribute rel="modal
目前我正在使用PHP和JavaScript的組合來開發卡片遊戲應用程序。然而,我遇到了一個與我的事件處理有關的問題。我想要的功能是玩家可以點擊一張卡片,然後顯示一條消息,指示再次點擊該卡片將其翻轉。這是我的基本設置: function flipPlayerCard($card) {
gameAlert('Click the card again if you would like to