Si vous avez cette erreur en utilisant le code de base du composant Tabs de Foundation 6 for Sites :
1 2 3 4 5 6 7 8 9 10 11 |
app.js:15667 Error: Syntax error, unrecognized expression: ##panel2 at Function.Sizzle.error (app.js:1597) at Sizzle.tokenize (app.js:2226) at Sizzle.select (app.js:2644) at Function.Sizzle [as find] (app.js:941) at jQuery.fn.init.find (app.js:2882) at jQuery.fn.init (app.js:2979) at jQuery (app.js:170) at HTMLLIElement.<anonymous> (app.js:13916) at Function.each (app.js:439) at jQuery.fn.init.each (app.js:232) |
…il faut retirer l’attribut data-tabs-target="#panel2"
du code qui est donné en exemple. C’est lui qui fout la m*&$e.