• Stars
    star
    207
  • Rank 188,719 (Top 4 %)
  • Language
    JavaScript
  • License
    Other
  • Created over 13 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Growl work-a-like plugin for jQuery

jQuery Meow

A plugin to provide Growl-like notifications. Will support bindings for various jQuery events and ability to 'meow' the content of a bound element (e.g. a Rails flash on load) or a message passed as an argument (e.g. button clicks).

endorse

Usage example

var options = {
  title: 'Meow Example',
  message: 'Hello, World!',
};

$.meow(options);

See more examples.

Options

Key Type Default Description
message String, Object null Either a string or a jQuery selected element. If it's an element, Meow will use its value, innerHTML or innerText depending on its type.
title String null If a string is given, the meow's title will reflect it. However, if you do no set this and use a selector element in message, it will default to the title attribute of that element if available.
icon String null Sets the image URL for the icon
duration Number 5000 Sets the duration of of the meow in milliseconds. Any positive, numeric value (including Infinity) is acceptable.
sticky Boolean false Sets the meow to never time out. Has the same effect as setting duration to Infinity.
closeable Boolean true Determines whether the meow will have a close (Γ—) button. If false, yout must rely on the duration timeout to remove the meow.
container String null Sets the root element the meow should be contained within. Be default, meows will be put in an auto-generated container.
beforeCreateFirst Function null Gets called just before the first meow on the screen is created.
beforeCreate Function null Gets called just before any meow is created.
afterCreate Function null Gets called right after a meow is created.
onTimeout Function null Gets called whenever a meow times out.
beforeDestroy Function null Gets called just before a meow gets destroyed.
afterDestroy Function null Gets called right after a meow gets destroyed.
afterDestroyLast Function null Gets called after the last meow on the screen is destroyed.

More Repositories

1

comm

A hypothetical, distributed, encrypted, instant messaging protocol.
Rust
61
star
2

apt-decoder

Decode analog, APT signals from the NOAA weather satellites with Python
Python
60
star
3

tinyos

A tiny OS kernel written in Rust
Rust
55
star
4

kaggle_seeclickfix

My machine learning model for the See Click Predict Fix Kaggle competition
Python
31
star
5

comm-gtk

Rust
29
star
6

tech404logs

Free archives for the Tech404 Slack
Ruby
14
star
7

colorsvm

Favorite color predictions using a support vector machine
Ruby
9
star
8

Example-Mock-iSight-Camera-Simulator

Mock out the iSight camera so you can use it in the iOS Simulator
Swift
7
star
9

tengai

Tengai is a Gem for using the NASA JPL HORIZONS System.
Ruby
6
star
10

fasterdns

Speedy DNS resolution by abusing the internet
Rust
5
star
11

civtrade

A marketplace for Civcraft
Ruby
5
star
12

Asteroids

A clone of the classic arcade game with some extras.
Java
4
star
13

stun

A simple STUN client written in Rust
Rust
3
star
14

pyspec

Behavior-driven development library for Python in the spirit of RSpec
Python
3
star
15

brainfuck-pp

C++
3
star
16

http_options_demo

A demonstration of HTTP's OPTIONS method via a little Rails app.
Ruby
3
star
17

kaggle_house_prices

Jupyter Notebook
3
star
18

civtrade-client

A client mod for listing and searching PhysicalShops on Civcraft
Java
2
star
19

kaggle_sas

Develop a scoring algorithm for student-written short-answer responses.
R
2
star
20

kaggle_merckactivity

Help develop safe and effective medicines by predicting molecular activity.
Python
2
star
21

gbrs

GameBoy classic emulator written in Rust
Rust
2
star
22

flunkr

Go
2
star
23

lita-latex

Ruby
2
star
24

kaggle_musichackathon

Shell
2
star
25

kaggle_belkin

My solution to the Kaggle Belkin Energy Disaggregation Competition
Python
2
star
26

dotfiles

Portable Unix
Vim Script
2
star
27

voici

A RESTful API for invoicing made with Sinatra
JavaScript
2
star
28

github-flavored-markdown

JavaScript
1
star
29

xv6-labs-2020

My solutions to MIT 6.S081 labs
C
1
star
30

lita-codereviews

Ruby
1
star
31

passweird

Automated password changing
Ruby
1
star
32

ar_dm_performance

Comparing ActiveRecord v. DataMapper performance
Ruby
1
star
33

kaggle_plankton

Python
1
star
34

minecraft

Shell
1
star
35

ml_bucket

A big, messy repo of my attempts at mostly Kaggle competitions.
MATLAB
1
star
36

rusttrace

Demo showing a Ruby-Rust bridge via FFI
Ruby
1
star
37

haskelleuler

Learnin' me a Haskell
Haskell
1
star
38

geemail

A Ruby gem for using Google's Gmail REST API
Ruby
1
star
39

mlclass

Homework for Stanford's Machine Learning class with Andrew Ng
MATLAB
1
star
40

opengsu

GSU public data visualized.
JavaScript
1
star
41

pldr

Image uploading for iOS6
Ruby
1
star
42

Downit

A reverse reddit built with NodeJS and MongoDB
JavaScript
1
star
43

showcase

Showcase for WordPress. Now with moar open source!
PHP
1
star
44

zacstewart.github.io

My Jekyll-based site
SCSS
1
star
45

kaggle_trolls

Predict whether a comment posted during a public discussion is considered insulting to one of the participants.
Python
1
star