Open the module controller. Find $this->script_js
in cbInit()
method.
$this->script_js = "
$(function() {
//Your custom javascript/jquery goes here
});
";
Open the module controller. Find $this->script_js
in cbInit()
method.
$this->script_js = "
$(function() {
//Your custom javascript/jquery goes here
});
";