Posts by Bruno • 83 points
3 posts
-
2
votes3
answers846
viewsA: Stay in the same tab after Refresh
Resolution: After searching for help in English stackoverflow, I was able to solve my problem. The final code looks like this: jQuery Select tab: var menu = $('#menu'); menu.on('click', 'a',…
-
4
votes3
answers846
viewsQ: Stay in the same tab after Refresh
I am developing a website in jQuery. And so far I have created a simple menu with content to appear within Divs. Menu <ul class="menu" id="menu"> <li…
-
2
votes1
answer8506
viewsQ: Soccer Games Results on the site
I’m currently developing a small website for testing that allows the user to view the games that were held as well as their results, the players in the field and when they were replaced, fouls,…