I am developing a website where I am using a tabs implementation with jQuery. In Debug mode, all runs fine, I spent the entire day developing it, and when I was about to deploy to the live site and I compiled in Release mode, the tabs don t switch anymore. Why would this code behave differently? I am assuming it s the JavaScript code that gets executed differently.
Any ideas of what I could check? Thanks.