Quick Tutorial
UPJS consists of three parts: UPJSCore, UPJSExtensions and UPJSPlugins. In order to use any of UPJS part, just include that part as a file. In this tutorial, we will focus on the UPJSCore usage. UPJSCore generally depends on the UPJSObject which is returned as a result of a dom selection operation. Let's see how this works.- green
- blue
Furthermore, we can try an ajax call operation by using _.get operation.