Can the jq animate selector be an object?

http://www.jq22.com/code1663 there is an address

there is a code

there is no such selector in jq

Mar.03,2021

clipboard.png


jQuery () :

Working With Plain Objects (uses ordinary objects)

currently, only ordinary JavaScript objects wrapped in jQuery are:. Data (),. Prop (),. Bind (),. Unbind (),
. Trigger () and .triggerHandler (). Using .data () (or any method that returns .data (), a new property named jQuery {randomNumber} (such as jQuery123456789) is generated in a normal object.

I don't think the translation of this passage is very good, but the Demo below should be able to understand it.

Menu