3

When i write jQuery.fn.colorbox() it gives me same results as jQuery.colorbox(); I want to understand the significance of fn in jQuery.

sushil bharwani
  • 29,685
  • 30
  • 94
  • 128

1 Answers1

1

Last time I looked, fn was an alias for prototype in jquery.

Take a look at this stackexchange answer, it may give you some clarity.

Community
  • 1
  • 1
Xotic750
  • 22,914
  • 8
  • 57
  • 79