jQuery 플러그인
2010. 7. 28. 18:00ㆍ개발관련기록/JQuery
반응형
jQuery 플러그인(http://plugins.jquery.com/)은 등록된것만 4,500개에 이른다.
다 어디에 쓰이는 플러그인인지 써보지 않고서는 알 방법이 없지 않나. 나도 뭐가 있는지 모르는 상태에서 list 플러그인 찾다가 누군가 올려 놓은 유용한 jQuery 플러그(http://marcgrabanski.com/article/list-of-useful-jquery-plugins)리스트라는 글을 발견하고 옮겨 놨다.
- Accessibility
스타일시트와 텍스트 크기 조절, 화면 접근하기 어려운 장애우를 위한 플러그인 인듯함
데모 : http://webrocket.ulmb.com/ability/#demo - Accordion
아코디언 인터페이스
데모 : http://jquery.bassistance.de/accordion/demo/ - AlphaNumeric
정해진 문자 숫자만 입력 받는 플러그인
데모 : http://itgroup.com.ph/alphanumeric/ - Ajax File Upload
파일 업로드시 로딩 그래프 표시
데모 : http://www.phpletter.com/Demo/AjaxFileUpload-Demo/ - appendDom
이플러그인은 DOM요소를 보다 직관적고 쉽게 만들 수 있도록 합니다. - appendText
텍스트를 html엔티티 형태로 변환해서 추가 하는 플러그인 - blockUI
(유용함) 전체 페이지에서 유저 인터페이스를 차단 후 메시지 오버레이 만드는 플러그인
데모 : http://malsup.com/jquery/block/#demos - BogoFolders
파일 메뉴 인터페이스를 통해 텍스트 보는 플러그인 - BogoTabs
기본적인 탭 인터페이스 - Calendar
날짜 선택기. jQuery UI 에 포함된 플러그인 - Checkbox manipulation
체크 박스 인데 마치 라디오 버튼 같은..? - Chili
(유용함) 웹 페이지 상의 코드 문법 강조 - Click Menu
드롭 다운 메뉴 생성 플러그인 - clueTip
다양한 형태의 툴팁 플러그인 - Color Animations
div 배경을 이용한 애니메이션. 신기하네. - Color Picker
색상 선택 플러그인 - columnHover
테이블 열, 행 강조 - ContextMenu
컨텍스트 메뉴 플러그인 - Confirmer
유저의 컨펌 액션을 체크 하는 플러그인 - Cycle
(유용함) 이미지 갤러리 플래시 같은 롤링 효과 - date picker
날짜 선택기
데모 : http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/- Delicious
Read delicious bookmarks from a user to display on a webpage.- Dimensions
Get accurate window and document attributes across browsers.- Equalize Columns
Make columns the same height as the longest column.- FCKEditor Plugin
Adds a rich text editor to a textarea.- Field
Expand the ability to retrieve and set values in forms.- Form
(유용함) Change HTML forms to submit via Ajax.- Gallery Viewer
JavaScript image gallery.- getUrlParam
Function to get url parameters.- Google Feed Plugin
Display any RSS feed to a webpage.- Gradient
Adds a gradient to a div without needing an image.- Grid Column Sizing
Table column draggable resizing.- Grid Row Sizing
Expand and collapse table rows.- hoverIntent
Prevents unintended hover events.- idTabs
Add tabbed interface to a website.- Impromptu
Create modal windows and messages.- jQuery Localisation
Applies localisation packages based on the user's language preference.- jBox
UI dialog widget.- jCalendar
Aids selecting of dates inline on a page.- jCarousel Lite
Simple carousel for images and HTML content.- jCodeViewer
Syntax highlighting for displaying code on webpages.- jdMenu Hierarchical Menu
Generates dropdown menus.- jEditable
Live editing of elements on a webpage.- jFeed
XML feed parser.- jPanView
Replaces big images with a zoom viewer in HTML.- jqDnR
Drag'n'Resize elements on a page.- jQMaps
Interact with Google maps.- jqModal
Display notices, dialogs, and modal windows in a web browser.- Treetable
Make a tree view out of an HTML table.- Tree View
(유용함) Tree view controls.- Suggest
Add autocomplete to input fields.- YAV
Form validation library.- jqUploader
Provides a status bar for uploading images.- jScrollPane
Customize your scrollbars.- jTagEditor
(유용함) Turn a textarea into a tag editor.- jVariations
Create a control panel to manipulate elements on a page.- Keyboard Navigation
Dynamically determine which element to focus on based on it's position on the screen.- labelOver
Overlay labels over an input field.- LavaLamp
Navigation menu with a 'lava' effect.- Lazy Load
Only load images that are in the current window.- Live Query
Adds event listeners to elements.- Masked Input
Add mask to inputs to aid user data entry (phone numbers, etc).- Media
(유용함) Unobtrusive conversion of standard markup into rich media content.- Extra selectors for JQuery
Add more selectors to jQuery.- Mousewheel
Mousewheel event handler.- Mousehold Event
Add repeating event as the user holds down the mouse.- Multiple File Upload
Select multiple files one by one as it adds to a queue list.- newsticker
Create a fading news ticker.- Password Strength Meter
Indicator to show the strength of a users password.- PopupWindow
Creates an preview popup of destination link.- Query String Object
Useful for sending URL parameters.- Select box manipulation
Remove and add options from a select list or dropdown in many ways.- selectCombo
Tool for making dependant dropdowns with Ajax.- Star Rating
Generates star rating from input fields- Grid
동적 Ajax 그리드 컨트롤
데모 : http://trirand.com/blog/jqgrid/jqgrid.html- slideViewer
Image gallery as slides.- Spoilers
Hide content behind an image until user action is taken.- tableHover
Row and column highlighting with variations.- tableFilter
Search box is added to each column header to filter table.- tablesorter
Client side table sorting.- Taconite
(유용함) Easily make multiple DOM updates using the results of a single AJAX call.- Textgrad
Add gradients to whole blocks of text.- Time Entry
Sets an input field up to accept a time value.- Tooltip
Add tooltips from title page.- Validation
(유용함) Add live validation to forms.- WYMeditor
(유용함) Web-based XHTML WYSIWYM editor.- Zoomi
Zoomable thumbnails.- XSLT
Transform XML/XSL from JavaScript.- XAP
Ajax library.[출처] 유용한 jQuery 플러그인 리스트|작성자 루든
- Delicious
반응형
'개발관련기록 > JQuery' 카테고리의 다른 글
[JQuery] JQuery TreeView 만들기(트리뷰) (0) | 2014.03.18 |
---|---|
이클립스(Eclipse) jQuery 플러그인(자동완성 지원) JSDT 설치 (0) | 2014.02.07 |
[JQuey] JQuey 강좌 (0) | 2014.01.08 |
[jQuery] Jqgrid 설정방법 (0) | 2013.12.12 |
JQuery 정보 Site 모음 (0) | 2010.07.06 |