Hello friends,
JQuery facny box not working because of JQuery Conflicts.
Suggest the way to resolve this issue.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kunal VaishyaPosted Nov 23, 2013, 4:29 AM
I got the solution by using this script "jquery-migrate-1.0.0.js"
Thank you all of you.
Kunal VaishyaPosted Nov 23, 2013, 4:12 AM
Sir, I am getting conflict problem in whole website pages, problem is that when I am using different different design in different different jQuery versions, So one design works only in only one in one time. If I changed the version then other design not working properly. I don't want to migrate whole website in only one version.
Please Suggest the way.
Posted Nov 20, 2013, 4:44 AM
see below code example,wherever you get jquery conflict use jquery object like jq.my this code help you, please mark as answer, if helps
var jq = jQuery;
jq.noConflict();
jq(document).ready(function () {
$("#dtmStartDateTime").datepicker({
changeMonth: true,
changeYear: true,
yearRange: "-100:+0"
});
});
Jignesh TrivediPosted Nov 20, 2013, 4:09 AM
Please provide more information.
Jaganathan BantheswaranPosted Nov 20, 2013, 12:51 AM