Skip to content

Commit

Permalink
Please enter the commit message for your changes. Lines starting
Browse files Browse the repository at this point in the history
Fix line breaks
  • Loading branch information
jrootham committed Jun 2, 2012
1 parent aa51c7d commit a316ea0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,31 @@ Small and simple library to make HTML strings in javascript
File list

testmh.html driver for jasmine testing

spec/Spec.js tests for jasmine testing

src/mh.js code

=========

Functions

single(tag,options)

return a self terminated html tag

tag - the tag name

options - an array of javascript objects with name and value elements

paired(tag,contents,options)

return an html tag

tag - the tag name

contents - contents of the tag

options - an array of javascript objects with name and value elements


Expand Down

0 comments on commit a316ea0

Please sign in to comment.