var postData = JSON.parse(Base64.decode(`W10=`)) if(postData.length == 0) { $('[filter=interestPost]').remove() } else { var html = `
No Title Subject Name
` $('[data=postData]').html(html) for(i=0;i ${i+1} ${item.title} ${item.cat_name} `) } $('[data=postData]').append(` `) function showDetail(id, idUser) { $.get('https://gokisoft.com/cv/cv_get_detail_post/sync?id='+id+'&idUser='+idUser, function(data) { $('#myModal').show() //data = JSON.parse(data) $('#cv_comments').html(data) }) } }