When it comes to utilizing CSS3 features that are not supported by older browsers such as IE8, I tend to apply them using jQuery instead. However, I have noticed that the CSS transform in jQuery does not work...
Here is my code: http://codepen.io/vincentccw/pen/hydxE
Is there a solution or workaround for this issue?