Before I get chided over this being an old question , I have done my research on it and conditional statements in the HTML seem to be a strict no with IE10+ no longer supporting them and hence any condition statements I write using [if lt IE 9]
are not adhered to when using IE10 and above. So in my opinion this method is crossed.
I didn't find any clear answer for if using 1.8+ over the browser with the version and don't want to use raw javascript. I could use modernizer but I just have one line of code to include in the condition and don't want to add in the extra load if that were possible to be implemented using some jquery snippet.
Suggestions?