Removing (unbind) a click by class
Hello,
I am trying to remove a click handler based on the status of an elements class.
I have a few hundred appointments on a jQuery calendar populated from a DB and I would like to remove the click handlers on the appointments that are either full or out of date.
Can jQuery remove these click handlers based solely on the class that is applied?