Blog

Archive for the jQuery Category


Simple Ways to Alter Dynamically Rendered HTML using jQuery
Posted on June 9, 2015 in jQuery by Matt Jennings

$(function() {

/*
Example below will alert a string on

Read more


How to Execute JavaScript, Including an External Script, Only When a DOM Element is Present
Posted on April 27, 2015 in JavaScript, jQuery by Matt Jennings

Below is an example using jQuery of how to load the Google Maps API V3 external script and instantiate a Google …

Read more


Document Ready Substitute to Make Custom jQuery Execute in WordPress
Posted on March 16, 2015 in JavaScript, jQuery, WordPress by Matt Jennings

To make custom jQuery execute in WordPress (at least 4 and above), in your external JS file add the code …

Read more


Embedding Responsive YouTube Videos with CSS Only or jQuery
Posted on March 3, 2014 in CSS, jQuery, YouTube by Matt Jennings

I originally found this info in a post from John Surdakowski. Thank you John!

Below are solutions using CSS and …

Read more


Using jQuery toggle() to Show and Hide Text
Posted on February 28, 2014 in jQuery by Matt Jennings

I’m going to use the HTML below to show how to click a Read more… link (also know as the .showhide …

Read more

To Top ↑