Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

Having trouble with "is-locked" #33

@BMCwebdev

Description

@BMCwebdev

I cannot seem to get the is-locked option to work for me using the inline data-option-name method. Calling it through a jQuery call does work for me:

<script>
    jQuery( document ).ready(function() {
        jQuery('.modaal').modaal({
            is_locked: 'true'
        });
    });
</script>

Here is a jsfiddle where I am trying to get it working inline.

https://jsfiddle.net/bmcwebdev/mouvcbgq/

Thanks gang!

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions