htmlfile:不支持此类接口 [英] htmlfile: No such interface supported

查看:88
本文介绍了htmlfile:不支持此类接口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Sowkot的问候.

我使用您发布的示例使用JQuery datePicker对文本框进行编程,这给了我标题中指定的错误消息.我在 jquery.js 文件中定义append: function时得到了它.代码如下:

Greetings Sowkot.

I used your posted example to program a textbox with a JQuery datePicker and it is giving me the error message specified in the title. I''m getting it specifically when in the jquery.js file it defines the append: function. The code is as follows:

append: function()
{
   return this.domManip(arguments, true, false, function(elem){
	if (this.nodeType == 1)	
           <b>this.appendChild( elem );</b>
   });
},



(粗体中的行指定了崩溃的位置).

我正在使用Windows 7的PC在VC#2008中进行开发.出于编译目的,我正在使用Framework 2.0.

有什么想法吗?

谢谢.

JC



(the line in Bold specifies where it crashes).

I''m developing in VC# 2008 in a PC with Windows 7. For compilation purposes, I''m using Framework 2.0.

Any ideas?

Thank you.

J.C.

推荐答案

尝试将此问题发布到文章所附的论坛中,这样作者可能会看到它.
Try posting this question in the forum attached to the article and the author is more likely to see it.


这篇关于htmlfile:不支持此类接口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆