This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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) { | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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({ |
NewerOlder