This code works fine in FF and IE, but not in Chrome why?
$(document).ready(function(){
    $.getJSON("timline.js",function(result){
     alert(result);
  });
});
chrome error: Failed to load resource: Origin null is not allowed by Access-Control-Allow-Origin. file:///E:/jquery/parekh_timeline/timline.js
XMLHttpRequest cannot load file:///E:/jquery/parekh_timeline/timline.js. Origin null is not allowed by Access-Control-Allow-Origin.
 
     
     
    