mootools hash() in jquery?
        Posted  
        
            by terrani
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by terrani
        
        
        
        Published on 2010-03-27T05:05:48Z
        Indexed on 
            2010/03/27
            5:13 UTC
        
        
        Read the original article
        Hit count: 231
        
Hi,
I have been using mootools for a year now. I need to use jquery for my new projects.
I always used hash() to make namespaces for my functions in mootools. For example,
var person = new Hash({
    say_name: function(){
    },
    say_age: function(){
    } 
});
Does Jquery has similar stuff?
© Stack Overflow or respective owner