You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Really simple jQuery drop down alert plugin being used on a few different websites. Pulled out for hosting on a single domain to aid updating it across multiple platforms.
3
+
4
+
## Getting Started
5
+
6
+
Add to the head of the HTML file, adjust paths accordingly
<inputtype="button" onclick="$.alMainAlert({message: 'Testing a really long message this is a really long message testing a really long message blah blah blah blahTesting a really long message this is a really long message testing a really long message blah blah blah blahTesting a really long message this is a really long message testing a really long message blah blah blah blah'});" value="Add Alert Long Message" />
<inputtype="button" onclick="$.alMainAlert({message: 'Testing a really long message this is a really long message testing a really long message blah blah blah blahTesting a really long message this is a really long message testing a really long message blah blah blah blahTesting a really long message this is a really long message testing a really long message blah blah blah blah', type: 'block'});" value="Add Alert Long Message" />
0 commit comments