Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. $('#dialogHistory').dialog({
  2. autoOpen: false,
  3. width: 700,
  4. height: 300,
  5. resizable: false,
  6. title: 'History',
  7. resizable: false,
  8. modal: true,
  9. open: function (event, ui) {
  10. $(this).load("@Url.Action("_History", new { id = Model.customer_id })");
  11. },
  12. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement