'JQuery Flip cancel feature

I'm using the Flip plugin with Jquery and I need to make sure that certain element loses the inversion functionality. I've tried the following possibilities but not success:

$("#element").off();

$("#element").off(".flip");

Plugin: https://nnattawat.github.io/flip/



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source