Skip to content

Instantly share code, notes, and snippets.

View megurock's full-sized avatar

Eiji Meguro megurock

  • Fork
  • Tokyo / Japan
View GitHub Profile
/**
*
*/
function doIEHack() {
var $fixNodes = $('.pngfix');
// appy filter for all image elements with a 'pngfix' class being attached
$fixNodes.filter('img').each(function() {
applyFilterOnNode($(this));
});