[Qt-interest] Re : Qt 4.7 docs
Diego Iastrubni
diegoiast at gmail.com
Wed May 5 19:19:58 CEST 2010
On Wed, May 5, 2010 at 5:20 PM, BOUCARD Olivier <boucard_olivier at yahoo.fr>wrote:
> Yeah! Finally we'll can do search inside the documentation :).
>
>
Actually - this is my favorite :)
function doSearch(str){
if (str.length>3)
{
alert('start search');
// document.getElementById("refWrapper").innerHTML="";
return;
}
else
return;
// var url="indexSearch.php";
// url=url+"?q="+str;
// url=url+"&sid="+Math.random();
// var url="http://localhost:8983/solr/select?";
// url=url+"&q="+str;
// url=url+"&fq=&start=0&rows=10&fl=&qt=&wt=&explainOther=&hl.fl=";
// $.get(url, function(data){
// alert(data);
// document.getElementById("refWrapper").innerHTML=data;
//});
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100505/38028ef3/attachment.html
More information about the Qt-interest-old
mailing list