w2sidebar.each

Iterates nodes
each(fn, [nodes])
fn function, iterative function
nodes array (optional), array of noes to start with
Returns undefined.

Description

This method will call provide function fn for each node. If you do not specify nodes argument, it will start with the root of the sidebar.
If you have sidebar defined in the following way: You can:

User Comments

comments powered by Disqus