Skip to content

Instantly share code, notes, and snippets.

@nasser
Created April 22, 2012 16:57
Show Gist options
  • Save nasser/2465291 to your computer and use it in GitHub Desktop.
Save nasser/2465291 to your computer and use it in GitHub Desktop.
$("body").load("/index.html div.eb-slides", function() {
$("img").removeAttr("width");
$("img").removeAttr("height");
$(".views-field-view-node").remove();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment