Retrieves or extends the entire configuration, or a subset of the configuration.
This method is entry point into jquery.claypool. All of claypools submodules, like logging, mvc, ioc, and aop will be accessed directly through $.config. Claypool also provides a simple strategy to allow you to switch conveniently between various development environments using $.config
Arguments:
| id (Optional) | String | |
|---|---|---|
| The id of the configuration subset. If the argument is present, it should be a dot-delimited string, it will be resolved, and return that subset of the configuration. | ||
| obj (Optional) | Object | |
| The object that will be saved in application scope with the given id. | ||
