タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

JavaScriptとgrowlに関するjune29のブックマーク (1)

  • stanlemon.net : jgrowl

    jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X's Growl Framework works. Example Usage and Samples: // Sample 1 $.jGrowl("Hello world!"); // Sample 2 $.jGrowl("Stick this!", { sticky: true }); // Sample 3 $.jGrowl("A message with a header", { header: 'Important' }); // Sample 4 $.jGrowl("A message that will live a little longer.", { life:

    june29
    june29 2008/07/17
    JavaScript で Growl っぽい通知!これはステキ!
  • 1