0
首先,我無法找到類似的問題。 (過分強調I)jQuery - 結合多個.find()方法並使用.remove()從DOM中取出元素
這可能是一個簡單的問題。我嘗試優化我的js文件之一,其中包括以下代碼。
commentform.find('#comment-status').remove();
commentform.find('.form-submit .comment-status-ajax-loader').remove();
問:是否有可能將它們結合起來?舉例來說:
commentform.find('#comment-status, .form-submit .comment-status-ajax-loader').remove();
這正是你如何結合他們:-)你自己回答你的問題。 –
感謝您的快速響應。現在我快樂 –
@FlashThunder - 爲「var header = $(」。navbar-fixed-top「);」 AND「var header = $(」。navbar-logo-wrap「);」 ? –