arvgta / ajaxify

Ajaxify - The Ajax Plugin
https://4nf.org/
274 stars 124 forks source link

[Documentation] jQuery.cache() does not exist #167

Closed tchapi closed 5 years ago

tchapi commented 5 years ago

Hi When I want to clear the memory cache, the documentation says to use :

  jQuery.cache('f')

Actually, this function does not exist, so the documentation should be changed to :

  jQuery.cache1('f')
arvgta commented 5 years ago

Thanks for your attention to detail! Fixed on the page for documenting the memory.
(I hope that was the only occurrence?)

I renamed the sub-plugin a while ago, because I was educated in the jQuery forum, that $.cache() actually is an internal module of jQuery itself and should not be overridden...

tchapi commented 5 years ago

Perfect !