SyntaxFix
Write A Post
Hire A Developer
Questions
jsFunction is not in good closure. change to:
jsFunction = function(value) { alert(value); }
and don't use global variables and functions, change it into module