Conflict with other versions of jQuery
-
I have to load the latest version of jQuery from googleapis.com (or a local version) in order to use Zurb’s Foundation, but if I do that, then Slide Anything doesn’t display. The style is set to “display: none;” when I load my own version from the functions.php file.
For example:
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, “https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js”, ”,”, true);
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Conflict with other versions of jQuery’ is closed to new replies.