Click here to Skip to main content
15,891,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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:

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


(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.
Posted
Updated 8-Dec-09 10:49am
v2

1 solution

Try posting this question in the forum attached to the article and the author is more likely to see it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900