Skip to content

Instantly share code, notes, and snippets.

@reebalazs
Last active December 11, 2015 10:48
Show Gist options
  • Save reebalazs/4589081 to your computer and use it in GitHub Desktop.
Save reebalazs/4589081 to your computer and use it in GitHub Desktop.
$('#messages')
.empty()
.append(
$('<div class="alert"></div>')
.append(args.flash)
)
.height(0)
.animate({
height: '100%'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment