(function($) {
  $(document).ready(function() {
    $.get("/includes/playlist.php", function(data) {
      $('#loadPlayListSection').html(data);
    });
  });
})(jQuery);
