Skip to content

Instantly share code, notes, and snippets.

View mopx's full-sized avatar

Jorge Yau mopx

View GitHub Profile
find . | xargs fgrep "search this"
fixHeights = function() {
var children_height = 0;
$('.fields-column .margin').height(Math.max(children_height, $('.fields-column .margin').height()));
};