Jquery

How to disable double-click on an element using Jquery?

While searching the internet for the solution to this problem, there were many solutions with different approaches. I tried many of them, but the best one to fulfill my need is below. Jquery Function Implementation: I found this solution on this link. https://stackoverflow.com/questions/6330431/jquery-bind-double-click-and-single-click-separately Here, I have changed the timer to 300 which was best suited …

How to disable double-click on an element using Jquery? Read More »

Check if the checkbox is checked or not.

As per my previos post, what I did was get all the categories, now I wanted to change the categories checkbox status using ajax. For this I had to get the category ID and the checkbox status using javascript. My previous Code What we are doing here is checking if the input class with ‘checkbox_id’ …

Check if the checkbox is checked or not. Read More »