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.


There are replies in this post but you are not allowed to view the replies from this post.