javascript - Collapse Navigation on left menu on Sharepoint 2013? -


we're migrating sp 2007 sp 2013. we'd js code collapse links on left side of page doesn't work in sp 2013. code leave link main sites collapse links subsites (unless on main site)

eg if ( click on 1)
1
1.1
1.2
1.3
2
3

and if click on 3
1
2
3
3.1
3.2
3.3

but sp 2013 doesn't seem contain id's on anchor tags

2013 renders

2007 renders media coverage admin

is there way in sp 2013?

thanks p


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

java - How to implement an entity bound odata action in olingo v4.3 -