Guest User

Untitled

a guest
Jan 16th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $.ajax({
  2. url: '<%= ModulePath %>Api/Register/Search',
  3. type: 'POST',
  4. data: $.toDictionary(ko.mapping.toJS($root),"",true),
  5. success: function (data) { //do something });
Add Comment
Please, Sign In to add comment