Skip to content

Instantly share code, notes, and snippets.

function chatbubble() {
var animationEnd = "webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend";
var str = "OMG I just did a thing! and now holy shit is this even longer thing!";
var x = str.length;
x = x * 50;
// Put in the text the supporter wants to say
$('#cbinntertext').html(str);
// show the bubble
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Article extends Model
{
protected $fillable = ['name', 'content'];
@Helfull
Helfull / gist:466e2adf86c58c21c299
Created March 2, 2015 09:48
it32_changelog_markup
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/uikit.min.css" />
<style>
.uk-alert {
margin-top: 0;
margin-bottom: 0;
}
<!DOCTYPE html>
<html>
<head>
<title>Modus - Clientportal</title>
<link rel="stylesheet" href="/packages/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/main.min.css">
</head>