Answer the question
In order to leave comments, you need to log in
What is the syntax error in the script?
I am making a script to automatically send messages to Vkontakte in one dialog. I connected jQuery, I run the script through the console in chrome, it gives a syntax error.
setInterval(function(){
$("im_editable im-chat-input--text _im_text").val("сообщение 1”);}, 3000); Ошибку выдает в этой строчке.<img
$("im-send-btn im-chat-input--send _im_send im-send-btn_send").click(function(){});
setInterval(function(){
$("im_editable im-chat-input--text _im_text").val("сообщение 2”);}, 3000);
$("im-send-btn im-chat-input--send _im_send im-send-btn_send").click(function(){});
}, 3100);
setInterval(function(){
$("im_editable im-chat-input--text _im_text").val("сообщение 3”);}, 3000);
$("im-send-btn im-chat-input--send _im_send im-send-btn_send").click(function(){});
}, 3200);
Answer the question
In order to leave comments, you need to log in
hedgehogs00eh ,
I don't know how to program at allprobably have to learn. Or hire someone to do the work for you.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question