Solved Change alias for the menus (joomla 3.2.0)

More
11 years 1 month ago #34597 by ivan.milic
What about:
Code:
http://javascript:;

Please Log in to join the conversation.

  • Radicalt
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
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.

More
11 years 1 month ago #34621 by ivan.milic
And:
Code:
http://javascript:alert('');

Please Log in to join the conversation.

  • Radicalt
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
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.

More
11 years 1 month ago #34646 by ivan.milic
Set :
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
  • New Member
More
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
Code:
http://javascript:;
worked fine ;)

Thank you for your great support!!!

Please Log in to join the conversation.

Time to create page: 0.091 seconds
Powered by Kunena Forum