Answer the question
In order to leave comments, you need to log in
How to make a function that will determine what the word is entered?
Hello everyone, the question is probably banal but I could not google it.
Here is a small piece of code:
$(".search").keyup(function(event) {
event.prepventDefault;
if ($(this).val().length>=2) {
////что-то происходит
Answer the question
In order to leave comments, you need to log in
Something like this:
select distinct uid_table_1_item
from table3 t3
left join table3 t3n on t3n.uid_table_2_item not in (массив uid_table_2_item) and t3.uid_table_1_item = t3n.uid_table_1_item
where t3.uid_table_2_item in (массив uid_table_2_item)
and t3n.uid_table_2_item is not null
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question