|
<< Click to Display Table of Contents >> Navigation: Telegram > 2020 > 05 > 31 > Telegram_2020-05-31T17 |
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')
})
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
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
2020-05-31T17:35:18
You mean JS code or JS files to the end of the body tag?
2020-05-31T17:36:01
JS Code
2020-05-31T17:36:28
or file references
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