We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Matt
  2. General Discussion
  3. Thursday, 25 June 2015
  4.  Subscribe via email
Hi there -

I'm trying to capture the show.bs.dropdown and hide.bs.dropdown events from the default dropdown menus in T3, but they don't seem to be firing. Is anyone else having an issues with this? Here is the code I'm using to test:

<script type="text/javascript">
$.noConflict();
jQuery(document).ready(function($) {

$('li.dropdown').on('show.bs.dropdown', function(){
alert("SHOW");
});

$('.dropdown').on('hide.bs.dropdown', function(e){
alert("CLOSE");
});
});
</script>
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,

In T3, we override the dropdown menu so the event dropdown of bootstrap will not work. We will check and discuss to update for this.

Regards.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Any progress on this issue? I'm suffering from the same.

Thanks
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.