jqueryでおおよそのテキストマッチングを行う方法はありますか?
私は正しい答えを持つdivを持っています
<div class="correctAnswer" style="display:none;">CORRECT</div>
そして、入力タグの答えが概算正解のときにテキストを表示したい
<input type="text"> //lets guess i type "CORREC"
<div class="Approximate" style="display:none;">Your answer is Approximate correct!</div>