Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript jquery beats with another js files

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #30502
    Anonymous
    Inactive

    Hello all, Im new here and i would like to ask one thing, which i can’t get to work.
    First thing is that im totally newbie in javascript so please be kind to me :P

    I have downloaded javascript image gallery called lightbox ( http://www.lokeshdhakar.com/projects/lightbox2/ )
    which contains lightbox.css; prototype.js; scriptaculous.js?load=effects,builder; and lightbox.js.

    I’m also using javascript append,preppend function which i get from http://www.kailingyong.com like was shown in screencast for creating this website. Those files are jquery.js and heading.js.

    And here comes the problem, when i insert into the html document all these js files, only one thing works.

    If i put them in this order jquery.js, heading.js, prototype.js, scriptaculous.js, builder.js then only the galery is going to work but the heading is not going to work.

    If i put the jquery after lightbox files, then only heading will work.

    I tried also putting the files into the body, and i tried more ways to do this but everytime only one will work.

    So id like to ask if there is any way to make both work on the same page?
    Thanks in advance :)

    //Sry for my english :P

Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.