components icon indicating copy to clipboard operation
components copied to clipboard

Create component MobileUI.js

Open fabiorogeriosj opened this issue 7 years ago • 0 comments

Component: mobileuijs

This component is a simple library for manipulating data and states of elements in JavaScript.

Features

  • [x] Observer object or array to create a element by template, example:
<ul>
  <li data="myArray>Your name is: ${nameOfAtributeObjectByArray}</li>
</ul>
<h1 data="myObject>Your name is: ${nameOfAtributeByObject}</h1>
  • [x] MobileUI.objectByForm
  • [x] MobileUI.formByObject
  • [x] MobileUI.clearForm
  • [x] MobileUI.show
  • [x] MobileUI.hide
  • [x] MobileUI.showHide
  • [x] MobileUI.focus
  • [x] MobileUI.ajax

fabiorogeriosj avatar May 21 '17 20:05 fabiorogeriosj