I just tried following code to blur an image , it works well. But i want to revert back when an element is clicked, how can I do this ?
$(window).bind("load",function() {
$(".testclass").pixastic("blurfast", {amount:0.9});
$(".clickclass").click(function(e){
// this statement should revert the image
});
}
);
I've never used it, but give this a try:
EDIT: Another stab in the dark: