PDA

View Full Version : Ajax Livesearch?


Aergonaut
February 24th, 2006, 06:15
I'm looking for a way to modify Livesearch so that it'd use Ajax to display the results instead of just switching the display property of the result div. I tried doing it myself but, after entering something into the search bar, the result div would appear for a second and then disappear and then would reappear and stay when I removed focus. That might have been because I simply replaced all of the references to $("LSResult").style.display, or similar things, with Effect.Phase("LSResult").

Anyone got any tips or an implementation I could use?