On Apr 8, 6:49 pm, "Jordon Bedwell" <jor...@envygeeks.com> wrote:
> Try:
>
> $.extend({
>         myPlugin:{
>                 myExtend:function() {
>                         alert('This');
>                 }
>         }});

Can you say why that is better than:

$.myPlugin.myExtend = function(){ ... }


--
Rob

Reply via email to