Closed ftbastler closed 9 years ago
Even for Bootstrap 3.1 !
This repo is dead. This fork is ok https://github.com/Waxolunist/bootstrap3-wysihtml5-bower
Since v0.2.8 also with Bootstrap 3.1 support.
I am not able to insert data into textarea using in ajax calls jquery , $(document).ready(function(){ $.ajax({ url: "/wikipost", type: "POST", data: JSON.stringify(data), contentType: 'application/json', datatype: "json", success: function (datas) { console.log('success'); var res = JSON.stringify(datas); console.log(res); $.each(datas, function (index, element) { $('#textarea').val(element.extract) }); }); I also used .val(), .html(), .append() neither of these worked please help me out, am I missing something ? ...........
Answered in my repo - https://github.com/Waxolunist/bootstrap3-wysihtml5-bower/issues/37
Please update this for Bootstrap v3