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