$.fn.extend or $.fn.myPlugin
Hi,
I'm reading several Plugins and found following Syntaxes:
- $.fn.extend({
- nt_modalbox: function (opts) {
- $.fn.nt_modalbox = function (opts) {
In my testings both did the same. Are they both just different ways to write the same thing?