Advertisement
Guest User

Untitled

a guest
May 6th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. var jsonData = [
  2. {
  3. text: "Facebook",
  4. value: 1,
  5. description: "Description with Facebook",
  6. image: "http://dl.dropbox.com/u/40036711/Images/facebook-icon-32.png"
  7. },
  8. {
  9. text: "Twitter",
  10. value: 2,
  11.  
  12. description: "Description with Twitter",
  13. image: "http://dl.dropbox.com/u/40036711/Images/twitter-icon-32.png"
  14. }
  15. ];
  16. var jsn = $("#byjson").msDropDown({byJson:{data:jsonData, name:'payments'}}).data("dd");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement