/ Published in: PHP
Expand |
Embed | Plain Text
<?php #/{app}/views/elements/menu.tcp ?> <?php foreach($menus as $menuL1): ?> </div> <ul> <?php foreach($menuL1['Ssmenu'] as $menuL22): ?> <?php endforeach; ?> </ul> </div> <?php endforeach; ?> <script type="text/javascript"> $(document).ready(function(){ $(".D-Link-Item").hide(); $(".D-Link-Header").click (function() { if ($("#"+$(this).attr("id")+"-Link-Items").is(":hidden")){ $(".D-Link-Item").hide("fast"); $("#"+$(this).attr("id")+"-Link-Items").show("fast"); } }); }); </script>
You need to login to post a comment.
