jQuery not working, one library working at one time -


I am using jquery Auto complete widget which is using 2 jquery libraries. I have to use another code of jquery as follows:

  jQuery (document) .ready (function () {$ ("# id"). ('Focus', function ( ($ '(' Html, body '). Chetan ({' scrollTop ': $ ("# div"). Position ()}}}}}};});   

For this, I have to add another library of jquery.

But using this library, the complete widget stop is working. I have tried jquery noConflict, but no success Is not.

You call the so-called jQuery You can try to noConflict mode, before it any other jQuery call:

var $ = jQuery.noConflict (); < / P>

Also provide more information about errors and other libraries if this solution does not work for you.

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -