在jquery中使用jsx追加函数

时间:2017-06-20 10:05:47

标签: jquery reactjs

$( ".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周围包含引号。

1 个答案:

答案 0 :(得分:0)

你想在jsx中使用jquery还是想用jsx语言翻译jquery?

如果你想使用jquery而不是jsx,请将代码放在render: function(){之后和return( //code );之前