원문 링크 : http://api.jquery.com/attribute-equals-selector/
attributeEquals selector |
Description: Selects elements that have the specified attribute with a value exactly equal to a certain value.
명시된 속성(attribute)이 정확히 어떤 값(value)과 동일한 요소(element)를 찾아 준다.
jQuery("[attribute='value']") |
attribute: 태그의 속성. value: 속성의 값. |
추후 소스코드 추가
'Web > JavaScript' 카테고리의 다른 글
[JS] javascript 예약어 (0) | 2013.08.02 |
---|---|
[Javascript] 로딩중 레이어 만들고 띄우기 (2) | 2013.08.02 |
[JS] 문자열 바꾸기 replace, 정규식 (0) | 2013.07.05 |
[Java Script] location 객체 (0) | 2013.07.05 |