Guest User

Untitled

a guest
May 27th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $(document).ready(function() {
  2. $('.edit').editable('/inventory', {
  3. tooltip: 'click to edit',
  4. id: 'item',
  5. name: 'quantity',
  6. cssclass: 'inlineedit',
  7. submitdata: {ajax: 'yes'}
  8. });
  9. });
Add Comment
Please, Sign In to add comment