Skip to content

Commit 0f26a54

Browse files
committed
Minor change per Jörn's comments.
1 parent 167176a commit 0f26a54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appendix-f/03-range-input.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
$( this ).prev( "input" ).val( ui.value );
2828
}
2929
});
30-
input.after( slider ).hide();
30+
slider.insertAfter( input );
31+
input.hide();
3132
});
3233
}
3334
</script>

0 commit comments

Comments
 (0)