Technical
How To Make Only One Click

Some times if you have a wizard type of flow or some process where you need user to wait between clicks. There is a function called one , which will bind a single click for the element.


jQuery('.cart-nav2 a.submit').one('click',function(){