Bug Tracker

Changes between Initial Version and Version 1 of Ticket #7216, comment 12


Ignore:
Timestamp:
Oct 31, 2010, 10:36:43 AM (12 years ago)
Author:
cowboy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7216, comment 12

    initial v1  
    33[[Image(http://gyazo.com/d29d38d82859a4c574cb96fe19cd9ff6.png)]]
    44
    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.
     5All 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.