
<%= props.description %>
Basic Usage
The code below...
<!-- Message --> <a href="#" class="alert">Delete Page</a> <script> // Finally call the script $(function(){ $('.alert').<%= slugname %>(); }); </script>
... produces this
Delete PageConfiguration Options
Property | Type | Default | Description |
---|---|---|---|
message | string | Are you sure? |
The message which is displayed in the alert window. |
Other Examples
Below are some more examples of the script.
Changelog
v<%= props.version %> | <%= props.currentYear %> | Created the first version of the script based on previous created scripts. |