How do I write a conditional comment for the script which should be run for all browsers except IE 8 and below?
I saw
but how do I optimize script files to include inline scripts?
This trick is explained as well for external scripts - "this browser is outdated" Set the conditional-comment inline script, and check your external scripts for that flag.
If you want to legally mean to include full script files, then your best bet might be a script that contains browser-sniff and dynamically suitable files Otherwise, you (thank you, Bobby !) You can use.
Comments
Post a Comment