test
Javascript
code posted
created at 30 Jan 22:45, updated at 31 Jan 15:33
Edit
|
Back
1
2
3
4
5
6 |
<script>
$(document).ready(function(){
$("ul.varieties li:last-child").addClass("last-child");
$("ul.varieties li:first-child").addClass("first-child");
});
</script> |
177 Bytes in 2 ms with coderay