Computer Science, asked by LohithaDarisi52741, 11 months ago

How to make jQuery attribute selector case insensitive?

Answers

Answered by SnehaG
0

On button click, I want the attribute selector to be case insensitive i.e. “myclass” should be equal to “MYCLASS”. To make jQuery attribute selector case insensitive, create two buttons and manipulate the input with attribute selector.

Similar questions