I am using CSSGram on my website to make images have Instagram-like filters. This is the method below to add a filter to a image:
You can use jquery like
$('img').addClass('aden');
to add the css to all imgs