Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>SCSS</title>
</head>
<body>
<h1>Überschrift</h1>
<h2>Überschrift</h2>
@aphex13
aphex13 / gist:6e2cce887015355f6d56
Created November 18, 2014 20:07
TS Menu mit Bild
3 = TMENU
3.expAll = 1
3.wrap = <ul class="nav_ebene3_container">|</ul>
3 {
NO {
wrapItemAndSub = <li class="nav_ebene_3">|</li>
after.cObject = COA
after.cObject {
10 = TEXT
10.value = <div class="picarea">
$("#main-button").tooltip();
$("#main-button").click(function() {
$(this).tooltip('hide');
// css-endringer eller sette på ny klasse
$(".tooltip-inner").css('background-color', 'red');
$(this).tooltip('show');
});