Sub pages
|
125 posts
|
I would like a new kind of menu, how to generate this code?
Any idea? |
|
541 posts
|
with something like that in your foreach loop: |
|
125 posts
|
Thank you Philippe, |
|
11 posts
|
This should work. |
|
125 posts
|
thank’s stas! |
|
11 posts
|
A better method (graceful degration) would be to have the common foreach loop:
and then later add a javascript click()-event all links. By the way: See my plugin for only loading the page content via ajax instead of the whole page. |
|
11 posts
|
Samuel, you’re right it would be gracefully. |
|
11 posts
|
Yep, but only a really little bit with jQuery: |