Randy
Member since Nov 30, 2011
- Profile: /members/9328-randy.htm
- Comments: 1
Recent Blog Comments By Randy
-
jQuery Demo: Creating A Sliding Image Puzzle Plug-In
Posted on Nov 30, 2011 at 9:10 AM
I modified your shuffling routine so that it did not count down by just any simulated click, but by clicks that resulted in a movement of a row or column. It was easy: 1. Declare a global boolean to represent that the row/column did indeed move. 2. In the click handler for the pieces, add another ... read more »