Link to home
Start Free TrialLog in
Avatar of nedlogan
nedloganFlag for United Kingdom of Great Britain and Northern Ireland

asked on

JS Live Update Search in PHP / MySQL Page

Hi,
Hopefully this question is not too broad. I'm trying to build a search page. The data comes from PHP / MySQL.

Currently there is a side panel in the page for various search options and a free text option. At the moment changing search options and clicking search sends a GET request to the page and lists the search results which can then be paged through.

What I would prefer is if the search would live update as options change using JS / JQUERY / Angular etc. And then rather than paging through the results there is a button to load more results, rather than paging.

What I'm looking for is a tutorial or plugin that can do this for me. Also some guidance as to which language / JS would be best.

Thanks in advance.

NL
ASKER CERTIFIED SOLUTION
Avatar of Rob
Rob
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of nedlogan

ASKER

Thanks for your comments. I'll probably avoid Angular until I've taken some time to learn it.
Thanks for your contributions.