jQuery not loading on local WordPress admin?
Is jQuery not loading correctly or not at all in your WordPress admin, whilst working locally? I have had this issue a few times. To fix this annoying bug, drop the following in your wp-config.php file… define(‘SCRIPT_DEBUG’, TRUE);
READ MORE