Is there an easy way to remove the inclusions of jQuery in WP Ajax Edit Comments, and still have the plugin work?
I already load a copy of jQuery, and the second inclusion of it breaks most of my effects and creates double the load.
Is there an easy way to remove the inclusions of jQuery in WP Ajax Edit Comments, and still have the plugin work?
I already load a copy of jQuery, and the second inclusion of it breaks most of my effects and creates double the load.
Use wp_enqueue_script when you use jQuery. This prevents loading the same script multiple times.
This topic has been closed to new replies.