[TYPO3-german] jfmulticontent

Jürgen Furrer juergen.furrer at gmail.com
Mon May 9 19:36:43 CEST 2011


Hallo Philipp

Hast du die Asterixe weggelassen?
<!-- ###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 -->

Bei mir funktioniert das so

Gruss
Jürgen

Am 09.05.2011 um 17:47 schrieb Philipp Holdener:

> Hallo Jürgen
> 
> 
>> 
>> Da gabs mal einen Tread:
>> http://lists.typo3.org/pipermail/typo3-german/2011-March/076803.html
>> 
> 
> na toll
> Danke!
> Genau das hab ich jetz 30min gesucht...
> 
> Aber leider funktioniert das mit der aktuellsten jfmulticontent Version nicht mehr :(
> 
> Gruss
> Philipp
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german



More information about the TYPO3-german mailing list