Changes between Initial Version and Version 1 of Ticket #7216, comment 12
- Timestamp:
- Oct 31, 2010, 10:36:43 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7216, comment 12
initial v1 3 3 [[Image(http://gyazo.com/d29d38d82859a4c574cb96fe19cd9ff6.png)]] 4 4 5 All the attribute selector "name" values should combine single/double quotes and either be`jQuery("[attribute|='value']")` or `jQuery('[attribute|="value"]')`, whichever is more universally consistent.5 All the attribute selector "name" values should combine single/double quotes and be formatted as either `jQuery("[attribute|='value']")` or `jQuery('[attribute|="value"]')`, whichever is more universally consistent.