- Posts: 14116
- Thank you received: 1639
Solved Change alias for the menus (joomla 3.2.0)
-
ivan.milic
Support Staff - Moderator
Less
More
11 years 1 month ago #34597
by ivan.milic
Replied by ivan.milic on topic Change alias for the menus
What about:
Code:
http://javascript:;
Please Log in to join the conversation.
-
Radicalt
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 2
11 years 1 month ago #34604
by Radicalt
Replied by Radicalt on topic Change alias for the menus
Same result =>> about:blank (empty page) . . .
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 month ago #34621
by ivan.milic
Replied by ivan.milic on topic Change alias for the menus
And:
Code:
http://javascript:alert('');
Please Log in to join the conversation.
-
Radicalt
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 2
11 years 1 month ago #34640
by Radicalt
Replied by Radicalt on topic Change alias for the menus
Same result =>> about:blank (empty page) . . .
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 month ago #34646
by ivan.milic
Replied by ivan.milic on topic Change alias for the menus
Set :
and add this javascript:
jQuery(document).ready(function(){
jQuery('a[href="javascript:;"]').click(function(e){
e.preventDefault();
});
});
at very bottom of: templates/hot_kindergarten/js/responsive_menu.js
Code:
javascript:;
and add this javascript:
jQuery(document).ready(function(){
jQuery('a[href="javascript:;"]').click(function(e){
e.preventDefault();
});
});
at very bottom of: templates/hot_kindergarten/js/responsive_menu.js
The following user(s) said Thank You: Radicalt
Please Log in to join the conversation.
-
Radicalt
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 2
11 years 1 month ago #34668
by Radicalt
Replied by Radicalt on topic Change alias for the menus
With your code in responsive_menu.js and
worked fine
Thank you for your great support!!!
Code:
http://javascript:;
Thank you for your great support!!!
Please Log in to join the conversation.
Time to create page: 0.091 seconds