hallo nochmals


<!-- ###TEMPLATE_TAB_JS### begin -->
jQuery(document).ready(*function*(){
<!-- ###FIX_HREF### -->
jQuery('####KEY### ul li a').each(*function*(id, item){
* **var* temp = item.href.split('#');
* **var* temp_last = temp[temp.length-1];
* **var* search = /^###PREG_QUOTE_KEY###/;
* **if* (search.test(temp[temp.length-1])){
item.href = '#'+temp_last;
}
});
<!-- ###FIX_HREF### -->
jQuery('####KEY###').tabs({
###OPTIONS###
})###ROTATE###;
* if (location.hash.toLowerCase()) {
jQuery('####KEY###').tabs("select", location.hash.toLowerCase());
jQuery('####KEY###').tabs("rotate", 0);
jQuery('####KEY###').bind("tabsshow", function(event, ui) {
location.hash = ui.tab.hash;
});
}
*
});
<!-- ###TEMPLATE_TAB_JS### end -->

Wo genau muss ich das einfügen? In ein eigenes .js?
Sorry.. bin leider nur Designer.. kein wirklicher programmierer.

Gruss
Philipp
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an