Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

RemoveClass Method

Show in webframe
HTML or SVG element to remove the class from.
The class string.
Removes the specified class string from the HTML or SVG element's current class list.
Syntax
 function Leadtools.LTHelper.removeClass( 
   element ,
   className 
)

Parameters

ParameterTypeDescription
elementElementHTML or SVG element to remove the class from.
classNamestringThe class string.
Remarks

RemoveClass will first internally call HasClass to avoid duplicate work.

Like HasClass and AddClass, this method also works with browsers that do not support the HTML element classList property. This method will throw an error if the element is null or undefined.

See Also

Reference

LTHelper Object
LTHelper Members

Error processing SSI file