28 lines
703 B
Plaintext
Raw Normal View History

2021-04-28 16:49:39 +02:00
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()++``
ifdef::rspecator-view[]
== Comments And Links
(visible only on this page)
include::comments-and-links.adoc[]
endif::rspecator-view[]