Menu
Want to work with us? We're on the lookout for a Magento Developer.
We're hiring
23 November 2011
by Web Bureau
I had a problem with PrettyPhoto not working within an Update Panel. I found this solution which seems to do the trick:
http://forums.asp.net/p/1468161/3723242.aspx
<script type="text/javascript"> function pageLoad() { $("a[rel^='prettyPhoto']").prettyPhoto(); } </script>