#jquery

Add A Time Input to Contact Form 7 Without A Plugin

The Contact Form 7 plugin does not inherently support the time attribute for an input field. As of version 5.2, you can use the native HTML5 date input field (and all of the UX that browsers provide that come along with it) but you...

Toggle A Caption in Fancybox 3

View Demo on CodePen View Project on GitHub Since the release of Fancybox 3 and all of its new options, I started looking for a way to incorporate the caption of an image and toggle it.  The default effect of this JQuery lightbox plugin...

JQuery Slider with Sliding Panes and Opacity Changes

I designed a Jquery Slider with "panes" that transition in size and opacity. I liked this idea as an alternative to some sliders that "slide" pane to pane, or ones that have funny transitions between each pane.