how not to run plugins in ie
Hi,
How do you stop certain plugins from running in certain versions of ie?
I'm using plugins that work great in modern browsers but are really slow in ie. Which will make for a bad user experience. So I'm thinking of just stripping my website down for ie users because if they are themselves not dynamic enough to update to a decent browser then they don't deserve dynamic website experiences!
I use ie conditional statements for stylesheets but unsure how to implemement this to not run scripts.
I looked into browser detection and object detection but unsure if this is the right direction to be headed in.
A nudge in the right direction would be great!