So it was an SSL thing apparently. The github.io hosted pages are https and it was seeing the initial AJAX “call” (?) as an unsecured script trying to run on a secured page. I changed the http to https just as a longshot and it works fine now. I’m pretty new to the web side of things.
src=“https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js” type=“text/javascript” charset=“utf-8”>
Thanks!
rjones