Snippets: jQuery

Add Persistent Text-Resize Button

Example shows ‘bigger’ class added to all paragraphs on a page, but CSS targets specific paragraph types. jQuery toggles the class and also makes the class [...]
Accessibility, CSS, Javascript, jQuery | Type: Javascript

Divs Same Height

Make divs in a container equal heights.
Javascript, jQuery | Type: Javascript

Full-width Responsive Autoplay Video Slider

This is an autoplay video slider. It's a lot like the single full-width video, but with an additional container to hold the video slides and jQuery to make it slide.
ACF, CSS, jQuery, PHP, Video | Type: Javascript

jQuery Better Show-Hide

A show-hide that still works(?not tested lately); changes toggle content.
Javascript, jQuery | Type: Javascript

SmoothScroll to Top

Positions element at top on scrolling using jQuery scrollTop.
Javascript, jQuery | Type: Javascript

Toggling search form and focus search field

Nothing tricky about toggling a search form, but making the search field focus upon showing was hard to find. For an example, see the search button [...]
Forms, Javascript, jQuery | Type: PHP