/ Published in: JavaScript
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
var obj = { method: function(){} };
$("#foo").click( jQuery.proxy( obj, "method" ) );
$("#foo").unbind( "click", obj.method );
Comments
 Subscribe to comments
                    Subscribe to comments
                
                