Changes between Initial Version and Version 1 of Ticket #7777, comment 1
- Timestamp:
- Dec 14, 2010, 11:19:54 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7777, comment 1
initial v1 3 3 The documentation for the [http://api.jquery.com/attribute-ends-with-selector/ Attribute Ends With Selector] says: 4 4 5 > jQuery('[attribute$="value"]') 5 > jQuery('[attribute$="value"]')\\ 6 6 > value An attribute value. '''Quotes are mandatory.''' 7 7