Re: Ajax + Context Menu
2008/07/11 23:04
Viewed 4508 times
Replies: 1/1

ok, i have narrowed it down to a line of code. It is:

if(typeof el=="string")el=window.self.document.getElementById(el);

I have checked the function and I am passing a string so I guess that the function cannot find the Element by ID. On ajax reload. any suggestions?

Google