neatlife / ui-load

Loading JS and CSS Component Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ui-load

Loading js and CSS components for your application.

  • Library configurations
  • Loading the Component
  • Passing arguments

Example

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>My App</title>
  </head>
  <body>
    <h1>Hello, world!</h1>


    <div ui-options=" [ { data: ['test', 'test2'] } ]" ui-jq="MyOneComponent">
    </div


    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
    <script src="ui-jp.config.js"></script>
    <script src="ui-jp.js"></script>
    <script src="ui-load.js"></script>
  </body>
</html>

About

Loading JS and CSS Component Application

License:MIT License


Languages

Language:JavaScript 100.0%