mercredi 1 avril 2015

Javascript function to show alerts


Vote count:

0




how would i tell this function, it should show a alert:



<script>
$(document).ready(function() {
// Apply the plugin to the body
$('body').pgNotification(options).show();
});
</script>


The documentation brings the following with it:


style: 'bar', 'flip', 'circle', 'simple'


message


type: 'info', 'warning', 'success', 'danger'


showClose: Show/Hide


timeout


How would i tell the function it should show a alert?



asked 1 min ago







Javascript function to show alerts

Aucun commentaire:

Enregistrer un commentaire