1
Currently I have this code, it checks if you had the click inside the DIV and if you have it will activate the function "okay". The problem is that this function is activated when the right or left click occurs, and I would like to activate it only when the left click, and if the direct click, display a message.
$(document).ready(function() {
$(".iframe").iframeTracker({
blurCallback: function() {
console.log("blurCallback!");
okay();
}
});
});
If there is any alternative to this php function, I have accepted.
Thank you so much for the explanation, man
– RafaelMacedo
@Rafaelmacedo tranquil mano! = ) I’m happy to help
– Andrei Coelho