Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
kevbost25648y@jdmkaan You're a good sport. In all reality, the implementation of that is quite simple. It just depends on the platform it will run on. (iPad, Android, Web, UWP, etc)
-
kevbost25648y<a href="route.html">click me<a>
(route.html)
<form>
<input placeholder="idk" />
<input placeholder="idk" />
<input placeholder="idk" />
<button type="submit">ok<button>
</form>
I mean, technically that'll work... kind of. Just without the "working" part. -
There are a billion jquery slider plugins. I recommend Slick.
Put a click handler on each slide, match it to a dig overlay that corresponds to that slide. Pause when the div overlay is open, pause on close.
How can I make a slideshow like this that goes so when you touch the screen it goes to a page to display options in html css js?
undefined