/** * Created by championswimmer on 08/06/17. */ // window.onload = function () { // var fp = document.getElementById('firstpara'); // fp.innerText = 'Some other text is here now !!! ' // }; $(function () { $('#firstpara').text('Some other text is here now !!! '); var ngr = $('.nagarro'); console.log(ngr); ngr.text('akjdfbadfba'); });