diff --git a/jquery.nav.js b/jquery.nav.js index 1296443..a99aca2 100644 --- a/jquery.nav.js +++ b/jquery.nav.js @@ -168,7 +168,8 @@ //End callback if(self.config.end) { - self.config.end(); + //Just provide parent information to end event + self.config.end($parent); } }); } @@ -220,4 +221,4 @@ }); }; -})( jQuery, window , document ); \ No newline at end of file +})( jQuery, window , document );