View Single Post
  #9  
Old Sep 28, 2008, 09:35 PM
Gigablah's Avatar
Gigablah Gigablah is offline
VGMdb Administrator
 
Join Date: May 2007
Posts: 2,403
Default

Quote:
Originally Posted by Eriol View Post
GigaBlah,
Using jQuery, are you making an Ajax call to a web service that returns XML and using that to build the autocomplete?
Yeah, it's an AJAX call to a php file that grabs a list of names for populating the dropdown select. I don't think it'll place excessive load on the server (since it makes use of the AJAX queue plugin), but if it does we could always switch to an XML file cache.
Reply With Quote