Hi,
to avoid closure of drop down menu, When clicking on one of the options, I use this code:
But it doesn't work!
Plz help me.
to avoid closure of drop down menu, When clicking on one of the options, I use this code:
<script type="text/javascript">
new PopupMenu( $('SOME_MENU_NAME'), $('SOME_MENU_NAME_popup'), { stopClose: true } );
</script>
But it doesn't work!
Plz help me.