Changes between Initial Version and Version 1 of Ticket #7297, comment 5
- Timestamp:
- Dec 6, 2010, 12:07:58 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7297, comment 5
initial v1 2 2 3 3 The [http://api.jquery.com/jQuery.contains/ documentation for jQuery.contains()] says: 4 >'''jQuery.contains( container, contained )''' 5 >'''container''' The '''DOM element''' that may contain the other element. 4 >'''jQuery.contains( container, contained )'''\\ 5 >'''container''' The '''DOM element''' that may contain the other element.\\ 6 6 >'''contained''' The '''DOM node''' that may be contained by the other element. 7 7