Releases: jefgodesky/unobtrusive-dom
Releases · jefgodesky/unobtrusive-dom
v0.2.4
v0.2.3
This update adds the option to include null values in the classes attribute passed to the create method, and to the hasClass, addClass, removeClass, and toggleClass methods. This allows for easier writing of conditional classes, as you can now include ternary logic directly in the array without an additional filtering step. Instead, the create method takes care of the filtering for you.
v0.2.2
This update adds the option to include null values in the classes attribute passed to the create method. This allows for easier writing of conditional classes, as you can now include ternary logic directly in the array without an additional filtering step. Instead, the create method takes care of the filtering for you.