Hi, I have a jQuery file linked to my master page. I lalso use Ajax control toolkit controls on the same page. Problem is after linking to my external jQuery file, all Ajax Control Toolkit effects stop working. I suspect this to be a conflict between the
two (Ajax CT also uses jQuery), but I don't know how to go around this. Please help. Thanks
Ibangajnr
Member
45 Points
92 Posts
Issues with Ajax Control Toolkit and jQuery
Dec 21, 2012 06:39 AM|LINK
Hi, I have a jQuery file linked to my master page. I lalso use Ajax control toolkit controls on the same page. Problem is after linking to my external jQuery file, all Ajax Control Toolkit effects stop working. I suspect this to be a conflict between the two (Ajax CT also uses jQuery), but I don't know how to go around this. Please help. Thanks
sameer_khanj...
Contributor
7046 Points
1376 Posts
Re: Issues with Ajax Control Toolkit and jQuery
Dec 21, 2012 08:49 AM|LINK
most probabaly there some functions with same name on both the library (internal AJax) and external.
sameer.khanjit@gmail.com
View Blog
Click "Mark as Answer" on the post that helped you.
nilsan
All-Star
16826 Points
3684 Posts
Re: Issues with Ajax Control Toolkit and jQuery
Dec 21, 2012 09:08 AM|LINK
I would suggest you to use Jquery.noConflict() and use jquery as suggested here