What is JQuery

-- JQuery 2011. 12. 9. 18:05
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
WHAT IS JQUERY

- Is a free, open javascript library.

- Simplifies the task of creating highly responsive web pages.

- Works across modern browsers.

- Abstracts away browser-specific features, allowing you to concentrate on design

- Focuses on simplifying common scripting tasks

  > Getting and manipulating page content
  > Working with the modern browser event model
  > Adding sophisticated effects

- Most modern web development scenarios involve common patterns

- JQuery makes these scenarios easy (these scenarios : most modern web development scenarios)


BENEFITS OF USING JQUERY

- Leverages your existing knowledge of CSS

- Works with sets of elements

- Performs multiple operations on a set of elements with one line of code (known as statement chaining)

- Hides various browser quirks (so you can concentrate on the end result)

- Is extensible (so you can use third-party-plug-ins to perform specialized tasks, or write your own)


JQUERY BROWSER COMPATIBILITY

- Currently compatible with modern versions of all the main browsers in use today

  > IE 6.0 and later
  > Safari 3 and later
  > Chrome 1 and later
  > Firefox 2 and later
  > Opera 9 and later 

출처 : lynda.com - what is jquery.mov

'-- JQuery' 카테고리의 다른 글

jquery accordion  (0) 2012.07.20
jquery UI를 위한 기본골격  (0) 2012.07.20
closure  (0) 2012.07.18
ready와 객체생성  (0) 2012.07.18
Hello JQuery  (0) 2011.11.19
posted by 어린왕자악꿍