Hi
I'm implementing a custom AJAX based search suggestion box for my wordpress-based website, the only hurdle I can't seem to get over is the fact that when you enter something in the search box,...
Thanks for the help people, I've changed it to use the <ul> tag instead of tables, and it now runs really quickly, even with 1000 items in the list. Maybe I'll try 10000 :eek:
Hi
What would be the best way to display a very long list of items in HTML, in terms of efficiency of markup? I don't want a page measured in megabytes and tables are a nightmare for CPUs it seems....
I'm trying to make a function that gets a list of files from a directory, adds them and their names + extensions as elements of an array, and returns the array (the array's name is also set as a...
Alright, yeah I'm pretty new to JS, I'm making a website with quite alot of it but learning it as I go along. I think I'll figure this one out :) cheers :D