I am new to web development, learning ASP.NET. I used some JQuery script so am just wondering if it causes some performance issues or anything like that. Is it OK and rather safe to use it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I work as a Developer Evangelist for Microsoft, and as the others have said jQuery is not only stable and safe… it’s also awesome.
If it wasn’t, we wouldn’t have baked it into the .NET project templates.
In terms of performance there are things that you as a developer can do wrong, but if you follow best practices jQuery will improve your visitor’s experience, not detract from it.
If you are learning jQuery then make sure you visit jQuery.com to look at their getting started section. Also I found the following links useful:
Get Started With JQuery
Improve your jQuery – 25 excellent tips
As well as the Google CDN, Microsoft also provides one:
http://ajax.microsoft.com/ajax/jquery/jquery-1.4.2.min.js
Ajax CDN Announcement
Microsoft Ajax CDN Documentation