Jump to content

Recommended Posts

Hi Everyone,

I'm creating a web application in PHP and need to do a little front end development. I need to research a particular type of functionality and don't know what it's called. It's probably Javascript and I have seen it used on a number of sites, however, when I look at the source code for the page I can't figure out what I'm looking at (I see the functions, but can't determine causality). If I can get the name of the functionality, I should have no problem finding tutorials on the subject.

 

What I'm looking for is similar in functionality to context menus with sub-menus. I can't have the submenus though, as the lists I will be using are too long and the users will have a difficult time scrolling through them. Sites such as AutoTrader.com have the type of functionality I'm looking for. If you select an auto “Make” from one pull down menu, the “Model” list in another pull down menu is loaded for that Maker. When the lists are long, this is a more user friendly approach. Can anyone tell me what the general term for this functionality is? Thanks a bunch!

Cheers,

Rick

Link to comment
https://forums.phpfreaks.com/topic/254369-researching-functionality/
Share on other sites

First word is "AJAX". Second word is generally like "auto-populate" or "auto-generate" or something like that.

 

But basically it's just AJAX. When the one list changes you do an AJAX request to find out what should go in the next list. (And then you put the items in there.)

Hi Requinix,

Thanks for the quick reply! I just Googled AJAX and AUTO-POPULATE and the first site listed has exactly the functionality I need. It uses AJAX, JQuery and JSON.

 

For anyone that's interested, I ran into an online book on JQuery - JQuery Fundamentals by Rebecca Murphy. It's at:

 

http://jqfundamentals.com/

 

I just started reading it, so I can't really provide an opinion, but it looks very complete. Thanks again for the help!

Cheers,

Rick

 

 

 

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.