Difference between revisions of "Sandbox"

From Organic Design wiki
Line 19: Line 19:
 
     tamfootree.closeAll();
 
     tamfootree.closeAll();
 
     tamfootree.openTo(5);
 
     tamfootree.openTo(5);
 +
    $('#foo-tree .selflink').each( function() {
 +
        alert( $(this).parent().parent().attr('id').replace(/[^0-9]/, '') );
 +
    });
 
});
 
});
  
 
</script>
 
</script>
 
</html>
 
</html>

Revision as of 19:51, 8 August 2012