$( ".searchbox" ).append( '<input onChange=this.handleUserInput value=this.state.searchQuery type="text" id="typeddisabled" placeholder="Find a car ..." autoFocus />' );
onChange和value属性,在使用jquery append时如何将它们设置为jsx。这甚至可能吗?现在,jQuery只是在jsx周围包含引号。
答案 0 :(得分:0)
你想在jsx中使用jquery还是想用jsx语言翻译jquery?
如果你想使用jquery而不是jsx,请将代码放在render: function(){
之后和return( //code );
之前