1. Bölüm 
  2. Bölüm 
  3. Bölüm 
  4. Bölüm 
  5. Bölüm 
  6. Bölüm 
//CSS
table,tr,td{width:200px;border:1px solid yellow;background-color:black;color:yellow;}
td{padding:20px;}
td:hover{cursor:pointer;color:red;}
//JQUERY
$(document).ready(function(){
	
  	$("#bolumler td").click(function(){
    
    $("#show-epsodie").remove();
    var data=$(this).attr("data");
    var frame='İşini görür umarım table>td'deki data kısmına bölümlerin adresi gelicek
Burdada test edebilirsin :https://jsfiddle.net/9u50qdfs/
 
  
 
                    