Posts by Brito • 1 point
1 post
-
0
votes1
answer62
viewsA: Independent actions in tabs
You will have to use ajax to pick up content from the other page: function openCity(evt, cityName) { var i, x, tablinks; x = document.getElementsByClassName("city"); for (i = 0; i < x.length;…