0

Error with code;

$(document).ready(function(){

    loadPlay();

    $("#term_search").focus(function(event) {
  $(this).val("");
    });

1 Answers1

0

var total_num_words = 0; is set and not set again before the prepend() output.

Francis Kim
  • 4,235
  • 4
  • 36
  • 51