What will happen when the data of the jQuery.cache is read from an element? b) Data is read from jQuery.cache c) Unique number is retrieved as elem & Data is read from jQuery.cache d) Data is cleared from jQuery.cache

What will happen when the data of the jQuery.cache is read from an element? b) Data is read from jQuery.cache c) Unique number is retrieved as elem & Data is read from jQuery.cache d) Data is cleared from jQuery.cache Correct Answer jQuery.expando

jQuery.cache is used to associate handlers and other data with elements. When the data is read from an element: The element unique number is retrieved from id = elem. The data is read from jQuery.cache.

Related Questions