15,656
Loading...
Uploader Comments (optikalefxx)
see all
All Comments (104)
-
...found the error now and it works fine. I had a syntax mistake in the php file. $POST instead of $_POST.
-
sir I use jquery I did a live search but if I write letters very fast it says "Checking connection" and after that it includes ajax loading pape How can I fix it ???
-
@optikalefxx yh.... but im no good with JS lol hvnt learned it :p
Loading...
it doesnt work i havent got code wrong either
SuperRorylewis 1 month ago
@SuperRorylewis it does work, seen in the video. Your welcome to send me what you have and I can help.
optikalefxx 1 month ago
to show No results when text box is empty instead of all results simply
surround you PHP file code with
if($_POST['partialState']){
//all php code here
}
russellsolid 2 months ago
@russellsolid you could also detect it in JS and not send to php, then just clear the div
optikalefxx 2 months ago
@optikalefxx how to remove the results when the textbox has no laters?
MrCotcac 2 months ago
@MrCotcac so on keyup detect when the value is equal to blank. If it is, then delete the contents of your results box. If its not blank, then fill with results.
optikalefxx 2 months ago