- zoesch.de - blitzkiste.net - gruene-hassberge (norbert.zoesch.de) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
7 lines
179 B
JavaScript
7 lines
179 B
JavaScript
$(function() {
|
|
$("#changeOnMove").spectrum({
|
|
move: function(c) {
|
|
var label = $("#changeOnMoveLabel");
|
|
label.text("Move called: " + c.toHexString());
|
|
}
|
|
}); |