Closed OmgImAlexis closed 6 years ago
Since jQuery supports getting via a single param and setting via 2 it'd be nice to see the warning show the correct message.
Right now this suggests using getAttribute even though it should be setting it.
getAttribute
$(element).attr('attribute', value);
Since jQuery supports getting via a single param and setting via 2 it'd be nice to see the warning show the correct message.
Right now this suggests using
getAttribute
even though it should be setting it.