Skip to content

Instantly share code, notes, and snippets.

@MarkPochert
Created November 3, 2011 13:10
Show Gist options
  • Save MarkPochert/1336432 to your computer and use it in GitHub Desktop.
Save MarkPochert/1336432 to your computer and use it in GitHub Desktop.
$(document).ready(function() {
$(".show_item_link").fancybox({
'speedIn' : 100,
'speedOut' : 100,
onStart: function(){
$.ajax({
url: 'items/170701661798',
dataType: 'script',
success: function(data){$('#results').html(data);}
})
}
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment