최신 jQuery에 대한 질문과 답변

Latest jQuery interview questions and answers


참조 URL
  1. http://www.codeproject.com/Articles/618484/Latest-jQuery-interview-questions-and-answers



 코드 프로젝트 사이트의 'jQuery By Example'의 저자가 작성한 문서다. 이미 많은 부분을 알고 있을 것이라 생각이 들지만 기초를 다시 한번 확인하자는 취지에도 읽어 보면 좋은것을 얻을 수 있을 것이다. 영어를 잘 하지도 못하고 발로 직역해야 해서 일부의 원문과 링크만을 알려 드린다. 관심 있으면 링크로 찾아 들어가는 수고까지 해주면 좋겠다. 노력하는 자에게 선물이 있을 것입니다.



Below is the list of latest and updated jQuery interview questions and their answers for freshers as well as experienced users. These interview question covers latest version of jQuery which is jQuery 2.0. These interview questions will help you to prepare for the interviews, for quick revision and provide strength to your technical skills. 

Q1. What is jQuery?

Ans: jQuery is fast, lightweight and feature-rich client side JavaScript Library/Framework which helps in to traverse HTML DOM, make animations, add Ajax interaction, manipulate the page content, change the style and provide cool UI effect. It is one of the most popular client side library and as per a survey it runs on every second website.

Q2. Why do we use jQuery?

Ans: Due to following advantages.

  • Easy to use and learn.
  • Easily expandable.
  • Cross-browser support (IE 6.0+, FF 1.5+, Safari 2.0+, Opera 9.0+)
  • Easy to use for DOM manipulation and traversal.
  • Large pool of built in methods.
  • AJAX Capabilities.
  • Methods for changing or applying CSS, creating animations.
  • Event detection and handling.
  • Tons of plug-ins for all kind of needs.


..... 이하는 원문에서 보시기 바랍니다.

http://www.codeproject.com/Articles/618484/Latest-jQuery-interview-questions-and-answers


















+ Recent posts