Answer: It is used to disconnect a function to another function.It is the opposite of $.connect.
e.g.
$.disconnect(firstFunc,'Func1',secondFunc,Func2);
will disconnect Func1 from Func2 where Func1 is the reference function and Func2 is connected one.
Asked In: Many Interviews |
Alert Moderator