jquery - how to limit the number of items added to basket in fly to basket plugin? -


I am referring to the previous question here. I was implementing a fly for the basket effect in the shopping cart implementation in my web page, all this is working well, but one problem is that we can click the link in the cart as many times as we want, I I want to restrict it or else I want to limit the number of items to be added to the basket of 20, how can I get it?

I have just given a limit when adding items to the basket via AJAX, one. But when it quickly clicks on its crashing when the items cross the 20th limit, then it closes the animation and the AtcoBask function so that more than 20

links are added to the item in the database :

I think you can disable the button as if you reach a certain number. I have small tests:

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -