Skip to content

Commit

Permalink
fix tr attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
thehitechpanky committed Apr 21, 2020
1 parent 5bbc011 commit ea1a602
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Bootstrap

# CDN

<script src="https://cdn.jsdelivr.net/gh/TaxHeal-in/[email protected].2/html.js"></script>
<script src="https://cdn.jsdelivr.net/gh/TaxHeal-in/[email protected].2/table.js"></script>
<script src="https://cdn.jsdelivr.net/gh/TaxHeal-in/[email protected].3/html.js"></script>
<script src="https://cdn.jsdelivr.net/gh/TaxHeal-in/[email protected].3/table.js"></script>

# How to use

Expand Down
4 changes: 4 additions & 0 deletions html.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ function getLI(paramObject) {
return _getNode(`li`, paramObject);
}

function getNav(paramObject) {
return _getNode(`nav`, paramObject);
}

function getOption(paramObject) {
return _getNode(`option`, paramObject);
}
Expand Down

0 comments on commit ea1a602

Please sign in to comment.