﻿jQuery.fn.setInactive = function(activeId) {
    $(this).click(function() { $('#' + activeId).unbind('click'); });
}