-
Notifications
You must be signed in to change notification settings - Fork 211
Create a link with target #83
Comments
Hi, |
ok found the setting for version 2. In the jquery.multilevelpushmenu.js set the option "preventItemClick:" from true to false. |
Thank you @Photospirit , that helped me. To the maintainers: I think this is a bit of a silly option, and certainly shouldn't be set |
I agree, also thought this was a bug. I would find setting this to false by default a good adjustment. |
Hi, @Photospirit i tried no modify that Option in the file jquery.multilevelpushmenu.js and the jquery.multilevelpushmenu.min.js, and i doesnt work, do u know if i have to change other option. Thank you. |
Hi sveliz, Might be an alternative to try... |
Hi @Photospirit , Thanks for the quick reply, i have used the version 2 and i add an option to the next code and it Works Great: <script> $(document).ready(function(){ // HTML markup implementation, overlap mode $( '#menu' ).multilevelpushmenu({ containersToPush: [$( '#pushobj' )], preventItemClick: false }); }); </script>See that i add preventItemClick: false and that's all Thanks. |
I used this as well - setting preventItemClick to false solves the issue and allows you to use a menu item to link to a new tab. |
Hi,
I am using the basicjs version and I fail to create a simple link.
I suppose I have to replace link: '#' by link: 'mypage.htm' in basicjs.js but it is not working... I can read the link in the statut bar of IE or FF but it does not load.
Moreover, I would like to define a target. Is this option avalaible ?
Thank you in advance, and sorry for spelling errors, I am learning english...
The text was updated successfully, but these errors were encountered: