[jQuery] IE7 HTML(val) fails

[jQuery] IE7 HTML(val) fails


Nav_SetTitle: function(inTitle){
$('#pageTitle').html(inTitle);
},
This function works in FFox and Safari 3 - IE7 says object "does not
support proprty or method".
This is part of a custom plugin for 1.2.6.min. I have verified the
following:
- One, and only one, element exists with the name "pageTitle"
- Plugin is working correctly. This function is actually called as
part of an AJAX "success" routine - main routine works as expected
- Calling the function body directly as $
('#pageTitle').html('mytitle'); also fails
Anyone have any ideas on how to work around this? It happens across
the board on all html updates.