Hiding Prev/Next buttons on first/last pages
问题 Okay, I've done some searching but I can't quite find anything that works for my code, so I thought I'd give it a shot. I'm building a slideshow-type navigation for my page (mostly as a learning exercise) and I want to be able to hide the "Prev" button on the first slide and the "next" button on the last slide, but I can't seem to get it to work. Here's what I have so far: HTML <div class="slide active-slide first"> <div class="content"> <p>First Slide</p> </div> </div> <div class="slide">