jquery conflict

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jrod11
    New Member
    • Apr 2009
    • 49

    jquery conflict

    Not sure how many people have tried using this portal yet, but I have set it up and like it. I know it uses jquery and i think i am having a conflict.

    I have been trying to add facebox modal popup to it and it crashes. Anyone have any suggestions for me?

    Here is the portal I am using:


    And here is the jquery popup I want to add into the portal:

  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5388

    #2
    could you show what you have done please ... so that we might see what the problem is?

    kind regards

    Comment

    • jrod11
      New Member
      • Apr 2009
      • 49

      #3
      Unfortunately I can't post it because i am using it for an intranet which isn to available outside of our network.

      I just followed the directions on the the facebox page and included all of the necessary files. I think that they are possibly using different versions of jquery?

      Comment

      • gits
        Recognized Expert Moderator Expert
        • May 2007
        • 5388

        #4
        without seeing any (at least) example-code it would be just guesswork to say something specific .... of course could it be that someone uses a different juery version ... but without having a look at what you have done it couldn't be said anything for sure ...

        kind regards

        Comment

        • jrod11
          New Member
          • Apr 2009
          • 49

          #5
          Gits,
          Thank you for your help. I have solved my issue when I was getting ready to post some code for you to see.

          here is what happend and threw me for a loop.

          The portal I am working on has a main page, default.asp.

          each "widget" is an individual iframe that has the code pertaining to that widget.

          the code for the facebox modal window had code calling jquery. The issue was that I already had jquery inserted into the default.asp page, so it was creating duplicate code and having problems. I left the code calling jquery in my iframe, and the actual jquery.js file was included in my default.asp file.

          sorry might sound confusing, but all is good now. thank you for your help!

          Comment

          • gits
            Recognized Expert Moderator Expert
            • May 2007
            • 5388

            #6
            that is often the case - i mean when rethinking the code by trying to simplify it for an example to show it to someone ... often leads to finding some issues that occur with the problematic code ... so i'm glad to hear that you got it working and thank you for posting a hint regarding the solution so that users with similar problems might get an idea where they might have a look at their code :)

            kind regards

            Comment

            Working...