hi,

It is possible to deactivates trigger registered ?

I am using :

        $('#data-info-div').jqm({
            trigger: false,
            modal: true,
            overlay: 50
        });

        $("#data-info-div").jqmAddTrigger("a.data-info-trigger");



but I cannĀ“t find the opposed function to jqmAddTrigger()

Dimanically I need to assign a trigger to a link, but depending the
logic I need to remove this assignation.
Is possible ?


greetings

Reply via email to