[Plugin: Ajax Comment Posting] Additional javascript jQuery scripts and errors
-
I’m using the default jQuery script that comes with WordPress. So, rather than having the same script load, is it possible to have your plugin check and see if the site is already using WordPress’ default script(s) before adding your scripts. This causes redundancy and sometimes conflict.
Most plugins already do this by using the function:
wp_enqueue_script();
- The topic ‘[Plugin: Ajax Comment Posting] Additional javascript jQuery scripts and errors’ is closed to new replies.