Ethiotelecom Logo
Results

Course Price

0 Birr

    Building A Business That Grows

    የሚያድግ ቢዝነስ መገንባት || Building A Business That Grows 


Course Price

0 Birr

    The Power of Focus

    ትኩረት የማድረግ ኃይል || The Power of Focus


Course Price

0 Birr

    The Law of Attraction

    የስህበት ህግ || The Law of Attraction


Course Price

0 Birr

    The Power of Self-image

    እራስህን ስታይ ምን ይታይሃል || The Power of Self-image


Course Price

0 Birr

    The Power of Your Words

    የቃላቶችህ ሃይል || The Power of Your Words


Course Price

149 Birr

    Introduction To HTML & CSS

    beginner-friendly

    project based

    3 hours on-demand video


$(document).ready(function() { $('#keyword').keypress(function(e) { if (e.which == 13) { $.ajax({ headers: { 'X-CSRF-TOKEN': "JOx9S1lj7VOMhwOWrmRdXAvqSxqhRqfjIeWTc8Em" }, url: '/course/search', type: 'get', data: { keyWord: $("#keyword").val() }, success: function(data) { $('.data').html(data); } }) // SendData(); } }); $('#btn-search').click(function(e) { $.ajax({ // headers: { // 'X-CSRF-TOKEN': "JOx9S1lj7VOMhwOWrmRdXAvqSxqhRqfjIeWTc8Em" // }, url: '/course/search', type: 'get', data: { keyWord: $("#keyword").val() }, success: function(data) { $('.data').html(data); } }) }); });