Hi,

I'm using jQuery on my website.  Nothing has changed client side,
though server-side I have upgraded to asp.net 3.5 page (from 2.0) and
now all of my jQuery .html(value) calls have stopped working and are
giving the javascript error from within the jQuery file: "htmlFile: No
such interface supported"

All I'm doing is creating some HTML server-side and displaying it
within a given div.  The line that fails is:

$('div#divPopularArea').html(res);

The 2.0 code (still working) is at http://www.fluideating.co.uk/default.aspx
and the javascript is at http://www.fluideating.co.uk/j/quicksearchtabs.js

I have absolutely no clues what's gone wrong here, and have exhausted
my ideas.  I'm sure it's something stupid.  Has anyone come across
something similar, or can anyone point me in the right direction?

Thanks in advance.

Reply via email to