Your problem is not related to your selector, it means that you are not using the event loadcorrectly.
Change the code as follows:
$('img[alt="800px-Red_Bull"]').load(function() {
Pixastic.process(img, "desaturate", {average : false});
});
source
share