Submit your widget

photo puzzle effect with jQuery

Created 12 years ago   Views 14077   downloads 2379    Author duncanmcintyre
photo puzzle effect with jQuery
View DemoDownload
53
Share |

Reference (Note: This plugin works with jquery 1.3+ [the version used in this demo is 1.5.2])

jquery-1.5.2.min.js
jquery.jspuzzle-beta.js 

Html

<div id="imageContainer"> 
<img id="truck" alt="photo" src="truck.jpg" />
 </div> 

Initialize jsPuzzle

$("#imageContainer").jspuzzle({ columns: 3, rows: 3, emptyColor: "DarkSlateBlue" });

The article source:http://duncanmcintyre.net/plugins/jspuzzle