Skip to content

The, new and improved, attractive alert alternative for jQuery

Notifications You must be signed in to change notification settings

sbraaa/Apprise-v2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

Custom version of no longer supported Apprise project

Custom version of original Apprise v2 from Daniel Raftery

Some new features:

  • added support for textarea

es. input: <label>, textarea: <lines of text area>, textarea_id: <id textarea>

  • added support for radio buttons and groups of radio buttons

es.
radio_groups: {
    <group id> : {
        title : <group title 1>,
        radios: {
            <radio 1>: {
                id: <radio id>,
                text: <radio text>
                checked: <boolean>
            },
        },
    }
}

  • added support for attributes on buttons

es.
buttons: {
    <button name>: {
        id: <id>,
        text: <text>,
        attrName: <attribute name>,
        attrVal: <attribute value>,

  • added support for locking Enter key (useful when editing textarea)

enable_Enter: true

  • added support for scrollable contents

scrollable_content: false

  • added buttons inline display mode and buttons min height parameter

buttons_inline: false buttons_inline_min_height: 30

About

The, new and improved, attractive alert alternative for jQuery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.1%
  • CSS 28.9%