How do i implement this jquery code into my html

Discussion in 'jQuery' started by muchochiz, Mar 24, 2011.

  1. #1
    muchochiz, Mar 24, 2011 IP
  2. Jan Novak

    Jan Novak Peon

    Messages:
    121
    Likes Received:
    5
    Best Answers:
    1
    Trophy Points:
    0
    #2
    It is described at your link.
    You have to include javascript and CSS files.
    If you have the same size of the picture, you will probably not change css. In other case you need to carefully calculate positions and replace them in css.

    In the attachment there are extracted files you need.

    I hope it helps...
    If you need to implement it to your webpage, feel free to PM me.

    View attachment demo.zip
     
    Jan Novak, Mar 24, 2011 IP
  3. leunamer

    leunamer Peon

    Messages:
    65
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Things to remember, you should put the plugin script after the jquery main script.

    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
    <script type="text/javascript" src="path/to/your/script/file.js"></script>
    
    Code (markup):
     
    leunamer, Apr 1, 2011 IP