1

I am working on project that used a template work with "jquery-1.10.2.min". And I use Lucene.net for my search. Lucene.NET work with "jquery-1.7.1.min". when I use "jquery-1.7.1.min" for the template some section working bad, and when I use "jquery-1.10.2.min" for Lucene.NET autocompelete search do not work!

Is there any solution?

Mostafa Azarirad
  • 629
  • 1
  • 6
  • 27

2 Answers2

0

Visit : http://api.jquery.com/jquery.noconflict/

& Look Example: Load two versions of jQuery (not recommended). Then, restore jQuery's globally scoped variables to the first loaded jQuery.

Shyam
  • 782
  • 5
  • 12
0

Finaly after my searches I find best Solution here :

https://github.com/jquery/jquery-migrate/

Mostafa Azarirad
  • 629
  • 1
  • 6
  • 27