Skip to content

Instantly share code, notes, and snippets.

View scneptune's full-sized avatar

Stephen Neptune scneptune

  • Native Instruments Gmbh
  • Los Angeles, CA
  • X @scneptune
View GitHub Profile
@scneptune
scneptune / gist:3847736
Created October 7, 2012 10:02 — forked from anonymous/gist:666394
An Ajax Loader for Wordpress internal postings
<!-- http://benalman.com/projects/jquery-urlinternal-plugin/ -->
<script src='<?php bloginfo('template_directory'); ?>/js/jquery.ba-urlinternal.min.js'></script>
<!-- http://www.asual.com/jquery/address/ -->
<script src='<?php bloginfo('template_directory'); ?>/js/jquery.address-1.3.min.js'></script>
<script>
// Original JavaScript by Chris Coyier
// Updated October 2010 by Stewart Heckenberg & Chris Coyier