github.com/kotovmak/go-admin@v1.1.1/template/types/tmpls/choose_custom.tmpl (about) 1 {{define "choose_custom"}} 2 <script> 3 $("select.{{.Field}}").on("select2:select", function (e) { 4 {{.JS}} 5 }) 6 </script> 7 {{end}}