Skip to content

Its very simple puzzle game plugin based on jQuery

Notifications You must be signed in to change notification settings

rakibulalam/puzzle.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puzzle.js

Description: Its very simple puzzle game plugin based on jQuery

Demo :

alt tag

http://cameopix.com/puzzle/

Documentation

#JS

$(document).ready(function(){
    $('#puzzle').puzzle({
        __rows:4,
        __columns:4,
    });
)};

#CSS

#loader
    {
        background:url(images/loadssing.gif) no-repeat; 
        height:48px;
        width:47px;
        margin:0px;
        margin-top:150px;
        margin-left:50px;
    }
#puzzle{	
        position:absolute;
        z-index:50;
        margin:23PX;
        border:1px solid #EAEAEA;
        margin-top:-205px;
    }
#puzzle IMG { position:absolute; z-index:50}
#preview 
        {
        height:100px; width:43px;
        line-height:50px;
        cursor:pointer;
    }

#Html

    <div id="puzzle">
        <img src="images/078kg1z07l.jpg">
        <img src="images/cute_fantasy.jpg">
        <img src="images/gal31abkay.jpg">
    </div>

About

Its very simple puzzle game plugin based on jQuery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published