Jiri
Jiri
KPCKevin Powell - Community
Created by Jiri on 7/28/2024 in #front-end
nth-child, index()
Okay, I will try your solution and next time I will try a codepen. Thank you and have a nice day. ✌🏼
7 replies
KPCKevin Powell - Community
Created by Jiri on 7/28/2024 in #front-end
nth-child, index()
Hello, I didn't noticed you replied to my question, sorry. I suppose it's + 1 trick but as I mentioned I don't know how to insert it in that nth-child statement. Can you give me an example, please?
7 replies
KPCKevin Powell - Community
Created by Jiri on 7/28/2024 in #front-end
nth-child, index()
Nobody to help..? πŸ™ˆ
7 replies
KPCKevin Powell - Community
Created by Jiri on 7/10/2024 in #front-end
Adding title tag dynamically with jquery
Yeah, it's in my forked pens. Thanks πŸ’ͺ🏼
41 replies
KPCKevin Powell - Community
Created by Jiri on 7/10/2024 in #front-end
Adding title tag dynamically with jquery
I am new to codepen but I think it's forked. Thanks for help.
41 replies
KPCKevin Powell - Community
Created by Jiri on 7/10/2024 in #front-end
Adding title tag dynamically with jquery
Thanks, I will think about this. πŸ€”
41 replies
KPCKevin Powell - Community
Created by Jiri on 7/10/2024 in #front-end
Adding title tag dynamically with jquery
Colors are managed by classes. They mean: - green - active member - white - inactive member - blue - member who participated at all our hikes - gold - new member - black - dead member - grey - not yet member Blue, gold and black highlighting is turned on and off with jquery (toggleClass). Numbers above are just summary of those colors. Left to right it's total number of members, number of new members and number of active members. And the language is czech... πŸ‡¨πŸ‡ΏπŸ˜…
41 replies
KPCKevin Powell - Community
Created by Jiri on 7/10/2024 in #front-end
Adding title tag dynamically with jquery
Okay. Thanks very much man.
41 replies
KPCKevin Powell - Community
Created by Jiri on 7/10/2024 in #front-end
Adding title tag dynamically with jquery
Okay, I will wait to your new solution. Just for your info, the list is not changing. Only possible change is that somebody will join our club so I need to add another name.
41 replies
KPCKevin Powell - Community
Created by Jiri on 7/10/2024 in #front-end
Adding title tag dynamically with jquery
If I have a question about the same page but about another problem, can I add it here or I need to make a new thread? πŸ˜…
41 replies
KPCKevin Powell - Community
Created by Jiri on 7/10/2024 in #front-end
Adding title tag dynamically with jquery
Yeah, that's also a possibilty. ✌🏼
41 replies
KPCKevin Powell - Community
Created by Jiri on 7/10/2024 in #front-end
Adding title tag dynamically with jquery
This is not ment to be displayed on mobile devices. πŸ˜… But thanks a lot, what a help. πŸ™πŸΌ But I will probably use one of examples you provided. The one showed in codepen looks nice. My only concern is about the lenght of those "bubbles" since some of names are pretty long. But I guess I will able to manage it somehow.
41 replies
KPCKevin Powell - Community
Created by Jiri on 7/10/2024 in #front-end
Adding title tag dynamically with jquery
@clevermissfox I added title to one span which I am hovering at the moment. Using mouseenter method. But I don't say it's good approach. A pseudo-element is also possible I guess. My biggest strugle is how to transfer a name from an array to a title or pseudo-element. I am just a begginer, mainly when it comes to jquery.
41 replies