$.unbind = function(element, o) {
    if (element) {
        for (var event in o) {
            var callback = o[event];