Telegram_2020-05-31T17

<< Click to Display Table of Contents >>

Navigation:  Telegram > 2020 > 05 > 31 >

Telegram_2020-05-31T17

Telegram link

 

2020-05-31T17:21:49

 

I need some help on creating a selecteble list:

 

How can get a return to handle the result with a procedure, so the action on selecting a item?

 

I can use the code below or any other solution like a listbox.

 

Thanks

 

 

 

Home

 

Profile

 

Messages

 

Settings

 

 

 

 

 

...

 

...

 

...

 

...

 

 

 

 

 

$(function () {

 

$(' type: hashtag #myList a:last-child').tab('show')

 

})

 

 

 


 

Telegram link

 

2020-05-31T17:22:34

 

One idea is to use a simple Select — get everything working — and in a short period of time I'll have the list thing figured out

 


 

Telegram link

 

2020-05-31T17:23:18

 

The \Select\ and the \list\ are exactly the same internally — the only difference is that the Select forces you to click on it to see the choices, and the List keeps them visible all the time

 


 

Telegram link

 

2020-05-31T17:35:18

 

You mean JS code or JS files to the end of the body tag?

 


 

Telegram link

 

2020-05-31T17:36:01

 

JS Code

 


 

Telegram link

 

2020-05-31T17:36:28

 

or file references

 


 

Telegram link

 

2020-05-31T17:37:16

 

For instance, in Bootstrap I'm starting to put the Bootstrap required files/imports at the very end of the body tag, rather than in the header