Is it worth it to use jQuery for Ajax instead of building your own JavaScript? -
In addition to the framework, is jQuery worth using instead of JavaScript? If the framework was always better to use for making calls, then I have always debated what are the disadvantages of using it?
Sorry for the initial question, I am trying to realize that it would be better to use it and instead it would have to be developed from scratch rather than making some strange work of my site.
Is there any other structure that would be better to create an Ajax website?
Yes, jQuery is worth it. I speak as someone who opposes the use of any library for a long time, then finally saw the light.
I recommend that you create some hand-rolled Ajax interactions before using jQuery for Ajax, so that you understand what is happening with Ajax. Once this is done, allow the library to do dirty work.
Comments
Post a Comment