faizal.somani
09/14/2017, 7:01 PM(function(e) {
e.ajax( {
url: "<https://www.abcd.com>", type: "get", cache: !0, dataType: "script"
}
)
}
)(jQuery);
I minified it and added it, but it is not working.
What should i do to create an AJAX link?