[jQuery] How to read a HTML file outside current directory using Jquery Load function?

[jQuery] How to read a HTML file outside current directory using Jquery Load function?


$("#abc").load("../one.html");
Doesn't work..