22.01.2018, 11:53
There's a showplan event that can be used:
As for value comparison, can you post whole code?
Code:
$(function(){
$('body').on('showplan', function(e, id) {
console.log('current plan id is', id);
});
});
As for value comparison, can you post whole code?