I have applied Prefixfree.js to my website but all the icons/images repeats (background-repeat). I want to apply Prefixfree.js to only a particular Div to resolve this issue. How can i accomplish this?
Is there a way to apply, in jQuery, the Prefixfree.js for a #div only? for example something like this:
$('#myDiv').append('(function()... /*Prefixfree code*/...documentElement);');
or
Prefixfree.applyTo('#myDiv');
Thank you!