leo

Results 54 comments of leo

[artDialog v4.1.7](http://www.aspku.com/shouce/jiaoben/artdialog4/)

都有close remove接口方法了。定时关闭?自己搞个定时器就好了吧。 伪代码: var _config = { onshow: function(){ var that = this ; setTimeout( function(){ that.close() ; } , 3000 ); } } ; // 配置参数 var _dialog =...

这个不是插件的问题吧,只能通过你自己计算可视区域,然后对dialog对象进行位置设置

componentDidMount()之后想干嘛就干嘛 componentWillReceiveProps 触发后在 componentDidUpdate 中 想干嘛就干嘛

建议看一遍官网:[Integrating with Other Libraries](https://reactjs.org/docs/integrating-with-other-libraries.html)

操作form提交啊 $form.submit() ajax也行啊。 var data = $.serializeJSON()之类的

可以的。子调父,父调子,双向都可以获取到元素啊。[获取iframe里的元素参考](http://www.cnblogs.com/stone_w/archive/2012/04/01/2428257.html)

我也遇到了,不想append到body上,怎么解决

是的,react 比angular双向的好用多了