Skip to content

mahmoud-mhamed/rountTo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

table search

make fraction in number if exist length is number

Getting Started

Prerequisites

jQuery library

Installing

<script src='roundTo.js'></script>

Running the tests

<body >
    <input type="text" placeholder="Enter Number To Round It" >
    <button>Round</button>
</body>
$('button').click(function () {
    $('input').val(roundTo($('input').val(),2));
});
$('#input').keyup(function () {
    table_search($('#input').val(),$('#table tbody tr,#table tfoot tr'),'012');
});

Authors

Find me in facebock who participated in this project.

About

make fraction in number if exist length is number by jquery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published