Questions tagged [jquery]

Denotes questions related to the use of jQuery library in Magento.

Related tags:

  • for questions related to the native Magento 1 Prototype JS library.
  • for questions related to the native Magento 2 Require JS library.
799 questions
3
votes
0 answers

Website not functioning correctly, when clicking onto for example checkout

I have a website gsstickerman.co.uk But when you click onto checkout for example, nothing happens. Before it came up with the checkout box. I looked in the java console "Uncaught TypeError: Cannot set property 'touchstart' of undefined" The code…
Ben Anderson
  • 479
  • 4
  • 8
  • 15
2
votes
1 answer

How to solve confilict with jquery-1.10.2.min.js

I write a vertical tab in my store home page, and I should use jquery-1.10.2.min.js. but it has confilict with other scripts and somethings showing wrong in store. DEMO of vertical tab. How can I fix it?
Elham Gdz
  • 605
  • 3
  • 9
  • 20
1
vote
1 answer

change content of div based on usergroup

I have a static block that loads an image with a link on the main page. However what I need is if the user is logged in and is a wholesaler to have the image have a different url. So I am using jquery which I have loaded in our Magento CE website.…
Jayreis
  • 705
  • 2
  • 27
  • 73
1
vote
1 answer

Activating Slickquiz.js on a cms-page

Under: http://polesto.com/pole-quiz# I'm trying to get jQuery plugin to excecute, but currently I'm facing a dead-end. The jquery is run under noConflict mode, but the excecution is not running under these or many other trial runs. Anyone care to…
LBnF
  • 13
  • 2
1
vote
1 answer

Magento2.4.5 google brower console display jquery-migrate.js:100 JQMIGRATE: jQuery.fn.bind() is deprecated

Magento CE 2.4.5 I install some theme after google brower console display follow info ,how to fix? JQMIGRATE: jQuery.fn.click() event shorthand is deprecated JQMIGRATE: jQuery.fn.resize() event shorthand is deprecated JQMIGRATE: jQuery.fn.unbind()…
sq y
  • 137
  • 9
1
vote
1 answer

jquery works on all pages except home page

I have a jquery called fade and it has always worked fine on our homepage. Now i want to use it on all pages. So, I did the following: 1) remove the line that called the jquery from the design-tab in the cms-page 2) added the line to the page.xml of…
Woulei
  • 501
  • 1
  • 4
  • 5
0
votes
1 answer

Replace Product large image with iframe onclick a link

I have a Magento CE 1.8.1.0 and I am customizing the product details page. What I want is under the bottom row of images (I believe you call these the gallery images) I have a a href text based link that when you click it I want to make an iframe…
Jayreis
  • 705
  • 2
  • 27
  • 73
0
votes
1 answer

magento jquery issue how to fix

i want to make some custom design tool using fabric.js , my code also uses jquery but problem it that when i include jquery.js i get lost of error dues to js conflict how can i fix it
user1799722
  • 970
  • 3
  • 31
  • 77
0
votes
1 answer

How to add append jquery function in magento

in my case I want to add the 'div1' class to the 'div2' class but I don't really know how to do it. I tested a code but after the else part, the code doesn't execute (just the append method not other function like alert()...), is there any syntax…
coding mv
  • 129
  • 1
  • 12
0
votes
2 answers

Magento 2 jquery and checkout

In magento 2 (checkout) I need to hide and show some fields.