标签: javascript jquery
我有这段代码:
(function aaa(){ var a = window.open("https://site.ru/q/1919", "hello", "width=1500,height=1000"); jQuery(".form--text").val("hello"); }())
此行无效。为什么?我该如何纠正?
jQuery(".form--text").val("hello");