Great! So it seems to work all the way like PHP Classes do and the initialize function is like "__construct()" in PHP ..
Thanx for this Aaron. On 8 Sep., 17:38, Aaron Newton <[email protected]> wrote: > > initialize: function(togglers, elements, options){ > > this.parent(togglers,elements,options); > > }, > > You can delete this entire method, as all it does is call its parent.
