I'm currently learning how to write jquery plugin and I have been told that if I want my plugin to work with jQuery collection in ways similar to the native jquery collection methods, I have to attach it to jQuery.fn
object.
Therefore I want to read a bit more about jQuery.fn
by reading its documentation page.
Neither google search nor search in jquery.com showed up the documentation page for jQuery.fn
object. Does the documentation not exist? Or am I not looking at the right place? Or is it because jQuery.fn
is internal implementation detail that we shouldn't touch?