Skip to content

Instantly share code, notes, and snippets.

@7LayersDesign
Last active June 15, 2016 18:36
Show Gist options
  • Select an option

  • Save 7LayersDesign/d913e47ff7fa85f8c307571dfc208d65 to your computer and use it in GitHub Desktop.

Select an option

Save 7LayersDesign/d913e47ff7fa85f8c307571dfc208d65 to your computer and use it in GitHub Desktop.
forian
$("#guac_click").on("click", function() {   
window.filmstrip.jumpSlide(3);
// Fire impression
var imp = "http://impressionurl?cb=" + (new Date()).getTime();
$('body').append("<img src='" + imp + "' width='1' height='1'>");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment