Mohammed
Member since Sep 28, 2014
- Profile: /members/12314-mohammed.htm
- URL: http://sort.seeand.com
- Comments: 2
Recent Blog Comments By Mohammed
-
jQuery Demo: Creating A Sliding Image Puzzle Plug-In
Posted on Sep 28, 2014 at 1:55 PM
code with callback function ................. // Here, we are going to define the jQuery puzzle // plugin that will create the interface for each // DIV that contains an image. jQuery.fn.puzzle = function( intUserSize, callbackFunc ){ // Make sure that each of the parent elements // has a nested... read more »
-
jQuery Demo: Creating A Sliding Image Puzzle Plug-In
Posted on Sep 28, 2014 at 1:05 PM
Great work, can I use this code in my website? how can i know if the user completed the game ? i need a callback function?... read more »