Hi,
$(document).ready(function () {
$("#tree").tree({
opened : ['1', '2', '3'],
> Nun würde ich den Wert der Eigenschaft(?) 'opened' gerne woanders herholen
> und versuche folgendes:
>
> opened : function(){return "['1', '2', '3']";}
Na dann mach dir bitte mal als erstes klar, dass ein String etwas ganz anderes ist als ein Array.
MfG ChrisB
--
RGB is totally confusing - I mean, at least #C0FFEE should be brown, right?