Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $.ajax({
  2.             url: 'adminpanel/6.json',
  3.             dataType: 'json',
  4.             type: 'get',
  5.             cache: false,
  6.             success: function(data){
  7.                 $(data).each(function(index , value) {
  8.                     $sixhref = value.href;
  9.                 });
  10.             }
  11.         })
  12.         sixth = '<li class="liclass1"><a href="http://www.youtube.com/embed/'+ $sixhref + '">6</a></li>';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement