$('body').on('mouseup', '.entry_text', function () {
    var entry = $(this).parent()

    setTimeout(function () {
      var sel = window.getSelection()