1.1.4 • Published 1 year ago

inov v1.1.4

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
1 year ago

GitHub GitHub release npm

Table of Contents

Quick Start

Get started by including CSS and JavaScript via CDN without the need for any build steps.

  1. Create a new index.html file in your project root.

    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1" />
        <title>Inov demo</title>
      </head>
      <body>
        <h1>Hello, world!</h1>
      </body>
    </html>
  2. Include CSS and JS.

    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1" />
        <title>Inov demo</title>
      </head>
      <body>
        <h1>Hello, world!</h1>
        <script src="https://cdn.jsdelivr.net/npm/inov@1.1.4/dist/js/inov.js"></script>
      </body>
    </html>

CDN Links

As reference, here are our primary CDN links.

DescriptionURL
JShttps://cdn.jsdelivr.net/npm/inov@1.1.4/dist/js/inov.js

How to Use

Examples and usage guidelines for creating a wide variety of services.


inovCopy()

inovCopy(value)

The value will be copied to the clipboard.

Parameter details

ParameterTypeDetails
valueStringset the value to be copied

inovLinkTo()

inovLinkTO(httpsYorN, urlOrigin, urlPathName)

You can link to other page by using inovLinkTo() function.

Parameter Details

ParameterTypeDetails
httpsYorNStringset http or https
urlOriginStringset location.host
urlPathNameStringset location.pathname

inovGetParam()

inovGetParam(name)

You can find parameter value by using dkGetparam() function.

Parameter Details

ParameterTypeDetails
nameStringParameter Name

inovControlCookie()

inovControlCookie(name, value)

You can change cookie values by using inovControlCookie() function.

Parameter Details

ParameterTypeDetails
nameStringCookie Name
valueStringCookie Value

Copyright and License

Code and documentation copyright 2022 Dokyung Kim. Code released under the GPL-3.0 License. Docs released under Creative Commons.