How can I found the trigger codes if there is a button which can do an event but it seems like has no set event handler? For example widget toolbox buttons in bootsrap templates. The buttons have just a class but they are working well.
<a href="javascript:;" class="collapse" data-original-title="" title=""></a>
Where are the codes of this collapse function?