nie za bardzo wiem czy dobrze zrobiłem ale tak :
<head>
<script=jq.js/>
<script=mint.js/>
<script>
var J = jQuery.noConflict();
J(document).ready(function(){
J(".gallery:first a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'slow',theme:'light_square',slideshow:2000, autoplay_slideshow: true});
J(".gallery:gt(0) a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'fast',slideshow:10000});
J("#custom_content a[rel^='prettyPhoto']:first").prettyPhoto({
custom_markup: '<div id="map_canvas" style="width:260px; height:265px"></div>',
changepicturecallback: function(){ initialize(); }
});
J("#custom_content a[rel^='prettyPhoto']:last").prettyPhoto({
custom_markup: '<div id="bsap_1237859" class="bsarocks bsap_d49a0984d0f377271ccbf01a33f2b6d6" style="height:260px"></div><div id="bsap_1251710" class="bsarocks bsap_d49a0984d0f377271ccbf01a33f2b6d6"></div>',
changepicturecallback
: function(){ _bsap
.exec(); } });
});
TERAZ MINT
function OnLoad() {
var tabs = mint.gui.CreateTabWidget("tabsContent");
tabs.fading = true;
tabs.activeClass = "active";
tabs.hoverClass = "hover";
tabs.AddItem("tab1", "tab1", "text", "panel1.php");
tabs.AddItem("tab2", "tab2", "text", "panel2.php");
tabs.AddItem("tab3", "tab3", "text", "panel3.php");
tabs.AddItem("tab4", "tab4", "text", "zdjecia1.php");
mint
.fx
.Round("tabsContentOuter", "all", "small", true);}
</script>
no i tutaj body zakladki itd
<div id="tab1" class="menuitem">START</div>
<div id="tab2" class="menuitem">NOWOŚCI</div>
<div id="tab3" class="menuitem">O MNIE</div>
<div id="tab4" class="menuitem">GALERIA</a></div>
<div></div> - TU POJAWIAJĄ SIĘ DANE Z TABSÓW
i nadal po załadowaniu galeri nie działa to JQ, a live to już w ogóle czarna magia... nawet nie wiem gdzie miałbym tego użyć
Dzięki za zainteresowanie