Guest User

Untitled

a guest
Oct 28th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <script type="text/javascript" src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
  2. <script type="text/javascript" src="html-table-search.js"></script>
  3. <script type="text/javascript">
  4. $(document).ready(function(){
  5. $('table.search-table').tableSearch({
  6. searchText:'Search Table',
  7. searchPlaceHolder:'Input Value'
  8. });
  9. });
  10. </script>
Add Comment
Please, Sign In to add comment