阅读背景:

如何在prototype的$()实用程序方法中传递变量'value?

来源:互联网 
function insertChildDiv(parentId)
{
  var ChildComment = new Element('div', {'class':'padding'});
  ChildComment.update('testing');
  $().insert(ChildComment);
}
function insertChildDiv(parentId)
{
  var Child



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: