update data after click tab

Posted by alkitbi on Stack Overflow See other posts from Stack Overflow or by alkitbi
Published on 2010-06-05T07:42:45Z Indexed on 2010/06/05 8:12 UTC
Read the original article Hit count: 170

Filed under:
|
|
|
|

I want to add to this simple file ... When you click on a tab updated contents of the page or reload .

<script type="text/javascript" src="yetii.js"></script>
<script type="text/javascript" src="yetii-min.js"></script>
<div class="Tabber"><div id="aldirazi"><ul id="aldirazi-nav"><li><a href="#UAEDES1">page1</a></li>
</ul><div id="aldirazi-tabs">
<div class="tab" id="UAEDES1"> <? include("page1.php");?></div>
</div>
</div>
</div>
<script type="text/javascript">
var tabber1 = new Yetii({
id: 'aldirazi',
persist: true
});
</script>

© Stack Overflow or respective owner

Related posts about php

Related posts about AJAX