Last active
September 5, 2015 06:47
-
-
Save kamalkhan/d3e0ea451ac1bb4b495b to your computer and use it in GitHub Desktop.
Awesome Live Chat - Custom trigger
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function($){ | |
$(document).ready(function($){ | |
$('.css-class').on('click', function(e){ | |
e.preventDefault(); | |
AwesomeLiveChat.vent.trigger('app:toggle'); | |
}); | |
}) | |
})(jQuery); |
Author
kamalkhan
commented
Sep 5, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment