Function delClass

removes the given css class from the given html element id

  • Parameters

    • elementId: string
    • cssClass: string

    Returns boolean

    true if the cssclass was removed successfully, otherwise false