Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="text/javascript">
- $(document).on( "click", '.edit_button',function(e) {
- var name = $(this).data('name');
- var id = $(this).data('id');
- $(".blood_id").val(id);
- $(".blood_name").val(name);
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement