HCAS#35894 Suggestveld dichtklappen na >>More klikken
svn path=/Website/trunk/; revision=28606
This commit is contained in:
@@ -846,7 +846,10 @@ function Suggest(inParams)
|
||||
xSpan.appendChild(thisdoc.createTextNode(resultsObj.hasMoreMsg)); // Maximum bereikt
|
||||
else
|
||||
{
|
||||
xDiv.onmousedown = function (){ doRequest(latestServerQuery, true); };
|
||||
$(xDiv).mousedown(function (evt) {
|
||||
doRequest(latestServerQuery, true);
|
||||
evt.preventDefault(); // Voorkom blur
|
||||
});
|
||||
xSpan.appendChild(thisdoc.createTextNode(resultsObj.hasMoreMsg)); // Er is meer
|
||||
}
|
||||
xDiv.appendChild(xSpan);
|
||||
|
||||
Reference in New Issue
Block a user