Browse Source

no comments on json

content-update
OGordoo 4 years ago
parent
commit
40a1dd8478
  1. 8
      subjects/mini-framework/README.md

8
subjects/mini-framework/README.md

@ -49,18 +49,18 @@ The html above can be written as:
"type": "text", "type": "text",
"placeholder": "Insert Name" "placeholder": "Insert Name"
} }
}, //</input> },
{ {
"tag": "input", "tag": "input",
"attrs": { "attrs": {
"type": "submit", "type": "submit",
"placeholder": "Submit" "placeholder": "Submit"
} }
} //</input> }
] ]
} //</div> }
] ]
} //</html> }
``` ```
With this in mind you can manipulate the DOM more easily in JS. And that is what you will do using a method. Here are some methods you can use: With this in mind you can manipulate the DOM more easily in JS. And that is what you will do using a method. Here are some methods you can use:

Loading…
Cancel
Save