November 2017
— This is a general programming issue, you should get used to how string works generally, because js is not much different from the other languages
Message permanent page
You are trying to get ajax requests without knowing how strings work, this will lead you to spaghetti code, security issues and inefficient code
— I see...noted it sir.
— 😃 thanks for clear answer
— And the advice
— Me? Im just a univ student that focused in design.Learning to write a program.And the project is about fetch data from server then store and display it in mobile.Its a hybrid mobile app developed in cordova
— May you stop using jQuery
— So you can effectively learn js
— I will try it.
— Just learn the native Dom Api
— Better than jquery
— Or any other framework