Invoke a js function in Chrome

Hey @joelromero

Try this once,

(function() { 
   //your function call
})();
function (element, input) {
    //your function call
}

Thanks
#nK