Skip to content

Instantly share code, notes, and snippets.

View bacalj's full-sized avatar
🤔

Joseph Bacal bacalj

🤔
View GitHub Profile
@jacksonhoose
jacksonhoose / gist:737d5a7a0a8d3db68cf1
Last active April 21, 2018 12:22
Paul Irish's Markup-based Unobtrusive Comprehensive DOM-ready Execution
var ODPHP = {};
ODPHP.common = {
init: function() {
// common code running on all pages
}
};
ODPHP.objective_search = {
init: function() {