Skip to content
This repository has been archived by the owner on Dec 24, 2021. It is now read-only.

yusufaytas/upjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UPJS

Overview

UPJS is a javascript library that has a selector for the html elements and provides a better way of manipulation of the HTML elements. UPJS is composed of three seperate parts. The first one is core UPJS in which selector and basic HTML element manipulation implemented. The second part is extentions which provide additional capability on html elemenents or utility functions that are needed. The last but not the least is plugins which provide enrichment of the library in a standard way. From an architectural perspective, UPJS aims 3 layer approach. First layer is UPJS core functionalities, second for its extensions and last layer for its plugins.

Current Status

UPJS development is stopped in 2010 due to the insane improvement in JQuery. :D As of 2017, it's just ancient :)

Licence

UPJS is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. UPJS is also MIT licenced.