21 lines
568 B
Plaintext
21 lines
568 B
Plaintext
Deprecation is a warning that a method has been superseded, and will eventually be removed. The deprecation period allows you to make a smooth transition away from the aging, soon-to-be-retired technology.
|
|
|
|
|
|
This rule raises an issue when any of the following methods is used:
|
|
|
|
* ``++.andSelf()++``
|
|
* ``++.context++``
|
|
* ``++.die()++``
|
|
* ``++.error()++``
|
|
* ``++jQuery.boxModel++``
|
|
* ``++jQuery.browser++``
|
|
* ``++jQuery.sub()++``
|
|
* ``++jQuery.support++``
|
|
* ``++.live()++``
|
|
* ``++.load()++``
|
|
* ``++.selector++``
|
|
* ``++.size()++``
|
|
* ``++.toggle()++``
|
|
* ``++.unload()++``
|
|
|