C
|
cgphp 10/18/2011 |
Do you want to sleep the script before to echo the suggestion ? Check the searchsuggest.php file. |
V
|
vytb author 10/18/2011 |
The earlier versions of ajaxsuggest.js file had some variables to control (delay time 200 included). In phpr6, I can't find it. Now, after the mouse-over-the-link, ajax popup goes on to quickly and annoys the users. I did not find a mentioned possibility in searchsuggest.php. |
C
|
cgphp 10/19/2011 |
You can call the usleep method, in the tablename_detailspreview.php file, before the popup is echoed. |
V
|
vytb author 10/19/2011 |
You can call the usleep method, in the tablename_detailspreview.php file, before the popup is echoed.
|
C
|
cgphp 10/19/2011 |
There are two ways:
|