Difference between revisions of "Meetups/NCTU Formosa/participating team"

Line 8: Line 8:
 
<body>
 
<body>
 
TESTING
 
TESTING
 +
<img src="https://timseverien.com/projects/taggd/img/demo-1.jpg" class="taggd" alt="" />
 +
 +
<script>
 +
var options = {
 +
align: {
 +
y: 'top'
 +
},
 +
 +
offset: {
 +
top: 15
 +
},
 +
 +
handlers: {
 +
click: 'toggle'
 +
}
 +
};
 +
 +
var data = [
 +
{ x: 0.62, y: 0.7, text: 'Rope'            },
 +
{ x: 0.51, y: 0.5, text: 'Bird'            },
 +
{ x: 0.40, y: 0.3, text: 'Water, obviously' }
 +
];
 +
 +
var taggd = $('.taggd').taggd( options, data );
 +
</script>
 +
 +
</body>
 +
</html>
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 19:44, 21 May 2015

TESTING </body> </html>