hello all
i am facing a problem,
i am coping a "
Username:
pradee...@gmail.com,
ashokk...@gmail.com" froms ms word and pasting it to textarea of boot strap
it is working good in firefox, but not working in chrome ,
it give font with copied line as shown above
i have tried
thins link
https://code.google.com/p/jquery-clean/jquery htmlclean
<script src="{{ url_for('static', filename='js/jquery-htmlclean/jquery.htmlClean.js') }}"></script>
but still facing problem please help
########################################################
my html code is under
<div class="input-group">
<textarea id="btn-input-comment-text" class="textarea" placeholder="Type your comment here..." style="width: 97%; height: 100px"></textarea>
<!--<input id="btn-input-comment-text" type="text" class="form-control input-sm" placeholder="Type your comment here..."> -->
<span class="input-group-btn">
<button class="btn btn-primary btn-sm" id="btn-add-comment">
Save
</button>
</span>
</div>