We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88432c6 commit 4f36598Copy full SHA for 4f36598
1 file changed
static/website/js/custom.js
@@ -100,6 +100,9 @@ $(document).ready(function() {
100
});
101
102
$title.keyup(function() {
103
+ var len = $title.val().split(' ').length;
104
+ if(len>=2){
105
+
106
$.ajax({
107
url: "/ajax-similar-questions/",
108
type: "POST",
@@ -118,6 +121,7 @@ $(document).ready(function() {
118
121
$("#modal-body").html(data);
119
122
}
120
123
124
+ }
125
126
127
0 commit comments