Greetings! I have integrated the Jquery EasyTabs Plugin into my website by following the instructions provided on the Jquery EasyTabs plugin page. The plugin seems to be functioning properly; however, I am facing an issue where clicking on each tab takes me to the top of the page as if it's navigating to '#tap1', unlike what is demonstrated in their demo. I have verified that the paths for the required javascript, css, and jquery files are correct. Here are the necessary js and css files:
<script type='text/javascript' src='style/jquery.js'></script>
<script src="style/jquery.hashchange.js" type="text/javascript"></script>
<script src="style/jquery.easytabs.js" type="text/javascript"></script>
<link href="style/tabs.css" rel="stylesheet" type="text/css">
Additionally, here is the HTML code for the tabs:
<div id='e-tabs' style='width:720px;height:auto;float:left;'>
...
(HTML markup and content)
...
</div>
<!-- TABS -->
If anyone can assist me with this issue or requires further information, please let me know. Thank you!