jquery-expect
jquery-expect copied to clipboard
Feature Request: Add prop as distinct from attr
trafficstars
Would be nice to assert based on prop. (so far, only attr is supported, but they are not the same) My use case is that I'm checking for indeterminate checkboxes, which has no corresponding attribute, it's only a DOM property.