Open JF10R opened 5 years ago
Prevent trailing space in class attribute on Show event. If a user repeatedly clicks on the same section, it creates unnecessary spaces in the class attribute.
Adding the .trim() function while grabbing the attribute fixes this problem.
Prevent trailing space in class attribute on Show event. If a user repeatedly clicks on the same section, it creates unnecessary spaces in the class attribute.
Adding the .trim() function while grabbing the attribute fixes this problem.