Handlebar template engine

how does the handlebar template engine bind events? The event I bound does not work

Mar.02,2021

try binding events with on

$(document).on('click','.classname',function(){});
Menu