Skip to content

Instantly share code, notes, and snippets.

@drGrove
Created November 4, 2013 17:44
Show Gist options
  • Save drGrove/7306426 to your computer and use it in GitHub Desktop.
Save drGrove/7306426 to your computer and use it in GitHub Desktop.
'use strict'
$(function(){
var manipulateDom = function(options) {
$.each(options.DivIds, function(index, id){
$("#" + id).css('height', options.height);
});
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment