javascript - Pixastic Effect Problem -
<html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>untitled document</title> <script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/library/js/pixastic.custom.js"></script> <script type="text/javascript"> $(document).ready(function() { $(".attachment-thumbnail").load(); $('.attachment-thumbnail').pixastic("desaturate"); }); </script> </head> <body> <img class="attachment-thumbnail" src="image1.jpg"/> </body> </html> i've been working on day , can't close. can see thumbnail images doesn't become desaturated here appreciated.
you've got js error on line 40:
typeerror: property '$' of object [object domwindow] not function line 40 is:
$(".attachment-thumbnail").load(); it seems have troubles jquery (jquery functions don't work in chrome debugger)
Comments
Post a Comment