Hi, I created an index.html page that have 3 different tab. With the function tabs()
of jqueryui I want load with ajax an html page. Every html page use jquery library, so every page have this code:
<link type="text/css" href="css/redmond/jquery-ui-1.8.5.custom.css" rel="stylesheet" /> <script type="text/javascript" src="js/jquery-1.4.3.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.5.custom.min.js"></script>
If I click on a tab the page is loaded but the javascript function of the page not works!
So can I load in a tabs a new complete html page? html+js?