2017-10-06 15 views
-1

こんにちは私はreactjsで新しいです。私は、外部のjquery関数を呼び出す方法を知りたいです。これは、クライアントindex.html(メインファイル)にreactjsで追加されています。 私は、フォームが、その後の詳細送信したときに、このファイルを実行するには、このファイルに行くとデータをgetchはとJSONの詳細は戻ら反応のJquery問題

答えて

0

use this in js file 
 
module.exports = { 
 
\t \t function_name : function_name 
 
} 
 

 
then include this file in reactjs 
 
use defined function name and call it 
 
function(parms1, parms2);

関連する問題