To Download:
https://play.google.com/store/apps/details?id=codeadore.textgram
Facebook Official Fan Page:
http://www.facebook.com/Textgram
Application Website:
www.codeadore.com/textgram
Suggestions for the next version are welcome.
![]() |
| default theme |
![]() |
| silver theme |
<script src="jquery-1.6.1.min.js" type="text/javascript"></script>
<script src="el7r_notify.min.jq.js" type="text/javascript"></script>
<link href="el7r_notify.min.jq.css" rel="stylesheet" type="text/css" />
Now you can use the plugin anywhere, the best way to generate the notification's code is by visiting the demo page where you can edit the options and see the result live, and get the code.
The code should look like this:
$().el7r_notify({'text':'hello world', 'place_v':'top', 'place_h':'right','icon':'', 'skin':'default', 'delay':'4000', 'ex':'true', 'effect':'animate'});
You can use this code in several ways, examples:
<script>
$(function() {
$().el7r_notify({'text':'hello world'});
});
</script>
In the previous example a notification will appear once the page is loaded
<a href="#" onclick="$().el7r_notify({'text':'hello world'});">Click Me</a>
In the previous example a notification will appear once the link is clicked.
,
Hosted At BLOGGER