Posts by j.Doe • 64 points
2 posts
-
3
votes1
answer29
viewsA: How to use scrollbar bottom when opening modal?
Here I am getting the size of height of content for it to go all down: $('.modal-content').height()*2 $(myModal).on('shown.bs.modal',function() { $(".modal-body").animate({ scrollTop:…
-
1
votes0
answers34
viewsQ: What is string interpolation?
Good night! I’m learning c#, and my teacher talked about string interpolation, only I don’t understand what that is. Could you explain to me?