Questions tagged [conflicting-libraries]

162 questions
0
votes
1 answer

Two jQuery plugin conflicting on the same page

I have two jQuery Plugins working on the same file. One is jquery.autocomplete.js and the other is jquery.thumbnailScroller.js . The problem is when I am using both on same file, autocomplete is not working at all an thumbnailScroller is working and…
Anusha
  • 175
  • 3
  • 20
0
votes
1 answer

Backbone v0.5.1 and Jquery v1.7.2 incompatible?

Has anyone had any issues with backbone v0.5.1 and Jquery v1.7.2? It seems the moment I upgrade jquery from v1.5.2 to v1.7.2 my application starts behaving weirdly. The model ids don't seem to be set right and only the defaults of -1 seem to get…
PhD
  • 11,202
  • 14
  • 64
  • 112
0
votes
3 answers

JavaScript libraries + jQuery plugins contradict: how to debug?

I'm not the very best expert, but I can do a decent job good looking and functional websites or web applications. My main tools are PHP5, HTML5, CSS2 y 3, a database (SQLite, MySQL) and JavaScript and jQuery. I'm not an expert at all in JavaScript.…
Metafaniel
  • 29,318
  • 8
  • 40
  • 67
-1
votes
1 answer

No way to resolve conflict between - Warning

I am given such a warning during visual studio building 7> No way to resolve conflict between "Microsoft.Extensions.DependencyInjection, Version=3.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" and…
John
  • 1,834
  • 5
  • 32
  • 60
-1
votes
1 answer

How to solve 'Cannot implicitly convert' error when two assemblies have the same namespace?

I am programming certificate generation, but I am experiancing something like assembly namespace conflict between BouncyCastle and ITextSharp-LGPL-4.1.6. So I tried to add an alias to the BouncyCastle library that I am using, and tried explicit…
Friedl Crafts
  • 47
  • 1
  • 7
-1
votes
1 answer

How does the GNU linker decide what C/C++ library files are needed?

I'm building PHP7 on an OpenWRT machine (an ARM router). I wanted to include MySQL, so I had to build that as well. OpenWRT is 99.5% ordinary linux, but there are some weird building / shared library things that probably don't get exercised often,…
Dave M.
  • 1,496
  • 1
  • 12
  • 30
-1
votes
1 answer

Bootstrap jQuery library conflict: Uncaught TypeError: $(...).popover is not a function(…)

I am trying to add the popover function to my code, I made it work before using almost this exact same code and lost that progress permanently, now I am unsure of what I did to fix it in the first place. I'm sure it is a simple oversight but I'm…
-1
votes
1 answer

Jquery Library Conflict - Unable to Resolve

Tried Resolving the JQuery Conflict between Jquery Libraries 1.8.2 & 1.4.4 with all Methods described in various Stackoverflow Threads. But in Vain.