I'm starting to understand why people use jQuery and other third party tools.
I'm currently trying to code some javascript functionality into a page I'm working on, and running into some trouble when I run the page on IE11.
Without getting into the details, I'm starting to see myself making one of two choices.
1) Work the issue out using javascript (find some workaround or fix to make it work on all browsers)
2) Screw it all and use some other third party tool like jQuery to fix cross-browser compatibility BS
Is there any shame with option 2?


