1
module.exports = {
        LogValue1: function (data)
        {
            return somevalue;
        },
};

var fetch = require('./static/fetchData'); 
fetch.LogValue1(data);
Jaap
  • 81,064
  • 34
  • 182
  • 193
Jyoti Raj Sharma
  • 91
  • 1
  • 3
  • 10

1 Answers1

1

If the problem is the require part, you need to you requireJs for that.

Just add to your page.

http://requirejs.org/