﻿function kategoriEtiketCek() {
    /*Kategori*/$.ajax({ type: 'POST', url: '/ajx/Kategori.aspx', success: function (result) { $('#ulKtg').html(result); }, error: function () { alert('Kategoriler çekilemedi...'); } });
    /*Etiket $.ajax({ type: 'POST', url: '/ajx/Etiket.aspx', success: function (result) { $('#ulEtk').html(result); }, error: function () { alert('Etiketler çekilemedi...'); } });*/
}
