Multiple Jquery Version for extension reason
I get some issue my custom theme and it's get from one of extension jquery version.
How can I fix this issue ?
extension .xml file;
<layout>
<default>
<reference name="head">
<action method="addItem"><type>skin_js</type><name>js/iyzicoonpagecheckoutform/jquery-1.7.1.min.js</name><params/></action>
<block type="core/text" name="google.cdn.jquery">
<action method="setText">
<text>
<![CDATA[
<script type="text/javascript">izQuery = jQuery.noConflict(true);</script>
]]>
</text>
</action>
</block>
And local.xml file in my custom theme ;
<default>
<reference name="head">
<!--input js-->
<action method="addJs"><script>smartwave/jquery/jquery-1.11.2.min.js</script></action>
<action method="addJs"><script>smartwave/jquery/jquery-migrate-1.0.0.js</script></action>
I don't have any issue my custom theme version , everything get about extension jquery version.But I don't know how to fix is ?
magento-1.9 css ajax jquery
bumped to the homepage by Community♦ 15 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I get some issue my custom theme and it's get from one of extension jquery version.
How can I fix this issue ?
extension .xml file;
<layout>
<default>
<reference name="head">
<action method="addItem"><type>skin_js</type><name>js/iyzicoonpagecheckoutform/jquery-1.7.1.min.js</name><params/></action>
<block type="core/text" name="google.cdn.jquery">
<action method="setText">
<text>
<![CDATA[
<script type="text/javascript">izQuery = jQuery.noConflict(true);</script>
]]>
</text>
</action>
</block>
And local.xml file in my custom theme ;
<default>
<reference name="head">
<!--input js-->
<action method="addJs"><script>smartwave/jquery/jquery-1.11.2.min.js</script></action>
<action method="addJs"><script>smartwave/jquery/jquery-migrate-1.0.0.js</script></action>
I don't have any issue my custom theme version , everything get about extension jquery version.But I don't know how to fix is ?
magento-1.9 css ajax jquery
bumped to the homepage by Community♦ 15 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I get some issue my custom theme and it's get from one of extension jquery version.
How can I fix this issue ?
extension .xml file;
<layout>
<default>
<reference name="head">
<action method="addItem"><type>skin_js</type><name>js/iyzicoonpagecheckoutform/jquery-1.7.1.min.js</name><params/></action>
<block type="core/text" name="google.cdn.jquery">
<action method="setText">
<text>
<![CDATA[
<script type="text/javascript">izQuery = jQuery.noConflict(true);</script>
]]>
</text>
</action>
</block>
And local.xml file in my custom theme ;
<default>
<reference name="head">
<!--input js-->
<action method="addJs"><script>smartwave/jquery/jquery-1.11.2.min.js</script></action>
<action method="addJs"><script>smartwave/jquery/jquery-migrate-1.0.0.js</script></action>
I don't have any issue my custom theme version , everything get about extension jquery version.But I don't know how to fix is ?
magento-1.9 css ajax jquery
I get some issue my custom theme and it's get from one of extension jquery version.
How can I fix this issue ?
extension .xml file;
<layout>
<default>
<reference name="head">
<action method="addItem"><type>skin_js</type><name>js/iyzicoonpagecheckoutform/jquery-1.7.1.min.js</name><params/></action>
<block type="core/text" name="google.cdn.jquery">
<action method="setText">
<text>
<![CDATA[
<script type="text/javascript">izQuery = jQuery.noConflict(true);</script>
]]>
</text>
</action>
</block>
And local.xml file in my custom theme ;
<default>
<reference name="head">
<!--input js-->
<action method="addJs"><script>smartwave/jquery/jquery-1.11.2.min.js</script></action>
<action method="addJs"><script>smartwave/jquery/jquery-migrate-1.0.0.js</script></action>
I don't have any issue my custom theme version , everything get about extension jquery version.But I don't know how to fix is ?
magento-1.9 css ajax jquery
magento-1.9 css ajax jquery
asked Feb 20 '16 at 8:11
Kaan BurakKaan Burak
93
93
bumped to the homepage by Community♦ 15 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 15 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Initially I'd recommend do not break any values in XML file
<text><![CDATA[<script type="text/javascript">izQuery = jQuery.noConflict(true);</script>]]></text>
Make your code more obvious. For that purpose better put noConflict function into separate file. And include it as you included jQuery lib.
In conclusion there are much more possible answers. Better show us which error did you face.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "479"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f102605%2fmultiple-jquery-version-for-extension-reason%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Initially I'd recommend do not break any values in XML file
<text><![CDATA[<script type="text/javascript">izQuery = jQuery.noConflict(true);</script>]]></text>
Make your code more obvious. For that purpose better put noConflict function into separate file. And include it as you included jQuery lib.
In conclusion there are much more possible answers. Better show us which error did you face.
add a comment |
Initially I'd recommend do not break any values in XML file
<text><![CDATA[<script type="text/javascript">izQuery = jQuery.noConflict(true);</script>]]></text>
Make your code more obvious. For that purpose better put noConflict function into separate file. And include it as you included jQuery lib.
In conclusion there are much more possible answers. Better show us which error did you face.
add a comment |
Initially I'd recommend do not break any values in XML file
<text><![CDATA[<script type="text/javascript">izQuery = jQuery.noConflict(true);</script>]]></text>
Make your code more obvious. For that purpose better put noConflict function into separate file. And include it as you included jQuery lib.
In conclusion there are much more possible answers. Better show us which error did you face.
Initially I'd recommend do not break any values in XML file
<text><![CDATA[<script type="text/javascript">izQuery = jQuery.noConflict(true);</script>]]></text>
Make your code more obvious. For that purpose better put noConflict function into separate file. And include it as you included jQuery lib.
In conclusion there are much more possible answers. Better show us which error did you face.
answered Feb 20 '16 at 8:55
zhartaunikzhartaunik
2,65511444
2,65511444
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f102605%2fmultiple-jquery-version-for-extension-reason%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown