Advertisement
Guest User

Select2 ajax data source

a guest
Oct 25th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.17 KB | None | 0 0
  1. {
  2.     "items": [
  3.         {
  4.             "id": 1,
  5.             "text": "Post title 1"
  6.         },
  7.         {
  8.             "id": 2,
  9.             "text": "Post title 2"
  10.         },
  11.         {
  12.             "id": 2,
  13.             "text": "Post title 2"
  14.         }
  15.     ]      
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement