jhollingworth / bootstrap-wysihtml5

Simple, beautiful wysiwyg editor
http://jhollingworth.github.com/bootstrap-wysihtml5/
MIT License
4.14k stars 1.01k forks source link

Update for Bootstrap 3 #325

Closed ftbastler closed 9 years ago

ftbastler commented 10 years ago

Please update this for Bootstrap v3

benoitbssr commented 10 years ago

Even for Bootstrap 3.1 !

tomkrus commented 10 years ago

This repo is dead. This fork is ok https://github.com/Waxolunist/bootstrap3-wysihtml5-bower

Waxolunist commented 10 years ago

Since v0.2.8 also with Bootstrap 3.1 support.

manikantareddygk commented 10 years ago

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 ? ...........

Waxolunist commented 10 years ago

Answered in my repo - https://github.com/Waxolunist/bootstrap3-wysihtml5-bower/issues/37