Skip to content

Tag: jquery

Eliminate the confirmation alert from the javaScript code

Hello I have this HTML code: And the javaScript code: My question is how can I eliminate the confirmation messages? I want my inputs to be save without reloading and without confirming! Can someone help me please? If you will need more details i will tell you all you need! Thanks Answer For removes confirmati…

Sync two product quantities at cart woocommerce

I am trying to sync two product ids at the cart in woocommerce so that change in one bring change in the other quantity, I am trying this code but it updates all the products in the cart with master product ID, which I dont want. Answer I took an interest in this as the problem is quite tricky to