i have a simple database pile of links returned from search. it's ajax loaded content. what i do is grab the href with the following code and load it in ... this spins not stop in firebug and i'm not sure why it's now broken ...
if ($(event.target).is('.partresult')) { var resultlink = event.target; $(".dataWin").hide().load(resultlink, function () { $(".dataWin").fadeIn("slow"); }); return false; } here's the error ... setting a property that has only a getter http://www. domain. com/members/js/jquery-1.1.4.js Line 369 setting a property that has only a getter extend()jquery-1.1.4.js (line 369) extend()jquery-1.1.4.js (line 365) ajax(Object url=a.partInfo type=GET)jquery-1.1.4.js (line 1943) load(a.partInfo tab-partInfo.php, undefined, function(), undefined)jquery-1.1.4.js (line 1847) (no name)()v1.js (line 343) complete()jquery-1.1.4.js (line 2318) step(0, 439)jquery-1.1.4.js (line 2488) (no name)()jquery-1.1.4.js (line 2398) (no name)()jquery-1.1.4.js (line 2406) [Break on this error] target[i] = prop[i];