Skip to content

Instantly share code, notes, and snippets.

@benthebear
Created June 13, 2010 12:29
Show Gist options
  • Save benthebear/436623 to your computer and use it in GitHub Desktop.
Save benthebear/436623 to your computer and use it in GitHub Desktop.
function xlink_replace_show_embed(){
var results = '';
results = document.getElementsByAttribute('show', 'embed');
//alert(results[0].attributes.id.value);
for (var i = 0; i <= results.length; i++){
ajaxManager('load_page', results[i].attributes.href.value, results[i].attributes.id.value);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment