capture 11 not 1 when button pressed twice javascript code example
Example: i get two times event click of button javascript
$(".bet").unbind().click(function() {
//Stuff
});
$(".bet").unbind().click(function() {
//Stuff
});