JavaScript Object Literals between function and function invoke ,how to with this? -


var chat = {     isvisibility: function(){      }     send: {         add:function(){             //right here ,how invoke isvisibility function not chat.****             //except chat.isvisibility          }     } } 


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

javascript - How to process users in one specific order using map o each function? -

javascript - Linking from page A to a specific iframe on page B -