User Interface Effect Plugin using jQuery for Web Accessibility

웹 접근성을 고려한 jQuery 유저 인터페이스 효과 플러그인

  • Published : 2011.10.26

Abstract

In this paper, we propose an implementation of user interaction effect of web application using jQuery. jQuery is a very popular and extensible JavaScript library. It is strong in controlling DOM(Document Object Model), events and Ajax. But, it is poor at advanced effect of web user UI(User Interface). Implementing advanced effects need to extend jQuery or some skills. So, our proposal is a good way to implement UI effects.

본 논문에서는 웹 접근성을 고려한 유저 인터페이스 효과를 jQuery로 구현하는 방법은 제안하였다. jQuery는 세계에서 가장 많이 사용하고 확장하기 편한 자바스크립트 라이브러리이다. jQuery는 DOM(Document Object Model)과 이벤트, Ajax의 제어에 적합하지만 고급 효과를 나타내기에는 부족한 부분이 있다. 이를 보완하고 UI(User Interface) 효과를 쉽게 적용할 수 있는 방법을 제시한다.

Keywords