I know someone has created a thread about this, but it was case sensitive. Unfortunately, I am fairly new to the community and do not have the reputation to add a comment to that post. I was wondering if you guys could help me out.
Here is the link (Bootstrap 4 cards filtering with jQuery) and I am very thankful for Themes.guide for answering Christians question.
I am really stuck on trying to change the following to case insensitive.
Themes.guide's code can be found here
I was able to change the search input to all uppercase by adding:
.toUpperCase() to $(this).val().
I have no Idea how to change the card-title to all uppercase so the search can become case insensitive.
Thank you in advance for the help!