Function addClass

add the given css class to given html element id

  • Parameters

    • elementId: string
    • cssClass: string

    Returns boolean

    true if the cssclass was added successfully, otherwise false