Skip to content

Instantly share code, notes, and snippets.

View arthur-abogadil's full-sized avatar

Arthur Abogadil arthur-abogadil

View GitHub Profile
@arthur-abogadil
arthur-abogadil / forCC.
Last active July 6, 2020 07:33
for cc.
// Im not able to show some of the most important things ive written for my last customizer project
// as im bound by an NDA, but here i can present some simple things in the utilities libraries
// that ive devised and used that helped
// the architecture of the projects ive created much cleaner
// This is a very simple js idiom i developed early in the development
// of the customizer, it basically just uses the jquery rest call function
ub.loader = function (url, object_name, cb) {
@arthur-abogadil
arthur-abogadil / forCC
Last active July 6, 2020 12:24
for CC.
// Im not able to show some of the most important things ive written for my last customizer project
// as im bound by an NDA, but here i present some simple things that ive devised and used that helped // the architecture of the projects ive created much cleaner
// This is a very simple js idiom i developed early in the development
// of the customizer, it basically just uses the jquery rest call function
ub.loader = function (url, object_name, cb) {
$.ajax({