jQuery

Filter jQuery

Translate App

Translate text to and from English, French, German, Italian, Portuguese, and Spanish. Links Features

July 29, 2022

Bind to Dynamically Added Elements with jQuery

jQuery makes it pretty easy to bind to events for elements that are already present when the page loads. What if new elements are added after the page loads? How…

January 20, 2022 • 4 minute read

Submit Form without Page Reload using jQuery

When submitting a form, the page will either be reloaded or the user will be navigated to another page. Instead of doing that, let’s learn how to submit a form…

March 6, 2021 • 5 minute read

Image Library using Google Drive

With Google Drive, Apps Script, Bootstrap, and a little jQuery, you can develop an Image Library web application with search and download functionality! Let’s get started!Table of ContentsImage Library ExampleGoogle…

February 16, 2021 • 12 minute read

WordPress Tag Navigation Using A Select Element

WordPress tags can be used to organize your posts into specific topics. Selecting a tag brings you to an archive of all posts with that tag. A tag cloud used…

November 9, 2020 • 4 minute read