JQuery 1.2.2 this.setArray is not a function error in firefox

JQuery 1.2.2 this.setArray is not a function error in firefox


Hi everyone,
I just updated my site from Jquery 1.2.1 to 1.2.2 and now I am
getting the following error in firefox 2.0.0.11
this.setArray is not a function
http://www.abrahamsphotography.com/javascript/jquery-1.2.2.js
Line 100
init([div#one8x10.layout], undefined)jquery-1.2.2.js (line 100)
init("<div id='one8x10' class='layout'><table width='100%'
height='100%'><tr><td class='imageTD' align='ce...",
undefined)jquery.livequery.... (line 233)
jQuery("<div id='one8x10' class='layout'><table width='100%'
height='100%'><tr><td class='imageTD' align='ce...",
undefined)jquery-1.2.2.js (line 19)
[Break on this error] [ selector ] );
The following code is what the error is referring/pointing to, all I
am doing is creating a new variable, and this was working normally
with jquery 1.2.1
var div8x10 = $("<div id='one8x10' class='layout'>"+
    "<table width='100%' height='100%'>"+
    "<tr>"+
"<td class='imageTD' align='center' valign='middle'><div
id='one8x10_1' class='myDivDrop layout_8x10'>" +
"</div></td>"+
    "</tr>"+
    "</table>"+
    "</div>");
please help..
Ashley