|
J
|
Jane 3/12/2009 |
|
Mark, |
|
|
M
|
marke author 3/12/2009 |
|
Jane |
|
|
M
|
marke author 3/13/2009 |
|
Jane |
|
|
J
|
Jane 3/13/2009 |
|
Mark, id = setTimeout("Left_Top("+oLeft+","+oTop+")",1000); curleft = obj.offsetLeft+200 curtop = obj.offsetTop+200 |
|
|
M
|
marke author 3/16/2009 |
|
Thank you Jane - worked perfectly |
|
|
J
|
jpbconsulting 4/20/2009 |
|
What is the solution for this in PHPRunner v5.1? The ajaxsuggest.js file does not appear to have the same functionality. |
|
|
J
|
Jane 4/21/2009 |
|
Hi, this.timeout = setTimeout(function() { masterDetails.flag = str; masterDetails.show = true; masterDetails.counter++; $.get(str, { counter: masterDetails.counter, rndVal: (new Date().getTime()) }, function(txt) { if (!masterDetails.show) return; var str = txt.split("counterSeparator"); if ( masterDetails.counter == str[1] ) $("#master_details").html(str[0]); setLyr(obj,"master_details"); $("#master_details").css("display", "block"); var preview = $("#master_details").get(0); Left_Top(preview); }); },200); } curleft = obj.offsetLeft curtop = obj.offsetTop |
|