Forums

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

Home Forums JavaScript Could anyone help me with some jQuery?

  • This topic is empty.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #31630
    neliuz
    Member

    Hi guys :)

    I need help with some jQuery…

    Here is the site : http://obehi.com/sandkasse/cafe_riss/cafe_riis/index.html
    This site is NOT done :)

    I have used jQuery to simulate or copy the dragoninteractive.com navigation menu.

    Everything works great, perfekt…

    Except of when i add a new jquery code with a file named interface.js wich helps me
    get that mac-menu look on the social media icons at the botom of the site.

    The problem is: I think that this interface.js library is interfering with my first code,
    wich makes the menu possible! The menu works.. but in a freaky weard way :P

    I have tryd for some days now without any luck or help.
    I tryd to do the jQuery.noConflict(); method. And i guess it´s totaly wrong
    cause that did not work. I have tryd moving the files from the place
    and moved it to a file named js so that it was external.
    In order to get the navigation on top of the site to work again i have to disable the
    interface.js and dockmenu.js files.
    So i hope you can help me solve this problem :) >_< I thought it would look cool or something… hehe. But i can always drop that thing
    and just use nothing at the botom of the site!

    Thanks alot in advanced!

    neliuz

    #60311
    jamygolden
    Member

    I’m sure this isn’t helping – you’re loading up two different versions of jQuery.

    #60314
    neliuz
    Member

    Ok, where do you see that? you mean that interface.js is an old library of jquery?

    #60315
    jamygolden
    Member
    	








    Notice where I start and stop the copy/paste

    #60305
    neliuz
    Member

    Thanks :) But as you told… does not solve the problem :(

    #60306
    jamygolden
    Member

    It seems to be working on and off. Remove interface.js and the extra jQuery library – Does it work properly?

    #60301
    neliuz
    Member

    Yes it does! But than i cant use the bottom dock-menu! Wich what i want to :)
    Wanna use them both.

    #60297
    jamygolden
    Member

    Ok cool, I’m just making sure it’s causing the problem. Try placing it in different places. Load interface.js first (before any other javascript files). If still not working, try loading it in the footer (after all javascript files).

    #60298
    neliuz
    Member

    Hi :) Ps thanks for tryng to help me :D hehe…
    I did what you asked me to, but with not luck :(
    The same thing happends! I dont know if it´s something in the interface.js
    that causes the problem. But i cant find what!

    #60283
    jamygolden
    Member

    Try this:

    If that doesn’t work, try out this instead. Perhaps it will work.

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