$.ajax({
type: "GET",
url: "/xyz.Web/Incls/ctrls/main/dtactrl/Data.aspx",
now whenever I will push this on QA,DEV, OR PROD the xyz.Web is going to change but the remaining stream will remain same so is there a way to request the URI and paste it dynamically rather then hard coding the URL field??
need some right direction to make it more efficient..thanks
I just wanted to update this if in case anyone else comes across this issue..This solved my issue..