I have a problem in 2 scripts... Navigation in tabs

Asked

Viewed 36 times

2

  • Now it was, ask a question there so that I can give a vote and if I can explain myself why I wanted to understand why with this library it was and with the other two not, and to go the two things to script + the Nav in tabs I had to import the two jquery 2.1.1 and 3.2.1

1 answer

1


Some newer or older versions of jQuery are not compatible with certain plugins. This depends a lot on which version of jQuery the plugin was based on (most of the time the plugin page tells you which is the minimum version of jQuery is required).

Since you are using 2 different plugins and there is an incompatibility of one or the other with the versions of jQuery you tested, I suggest you use version 2.1 (including the version used here in Sopt), as it still supports many methods of the latest and previous versions.

Click using the tag:

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jque‌​ry.min.js"></script>

I also suggest that in the medium term seek to replace the plugin that was not compatible with the latest version 3 of jQuery.

  • The plugin q is not going is the Nav in tab vc would have some doc q said how to do Nav in tabs with version 3?

Browser other questions tagged

You are not signed in. Login or sign up in order to post.