Advertisement
LoganYoung87

Untitled

May 30th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.20 KB | None | 0 0
  1. <script>
  2.     $(function () {
  3.         var Stores = [
  4.             @string.Join(",", Model.Stores)
  5.         ];
  6.         $("#Store").autocomplete({
  7.             source: Stores
  8.         });
  9.     });
  10. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement