Posts by narutoninja ninja • 21 points
2 posts
-
1
votes4
answers10811
viewsA: How to get the text of the selected option inside a select?
Thank you so much this post helped me a lot, congratulations to those who shared and helped thank you even. My corrected code: $(window).load(function(){ $('#button').click(function(){ //var textAdd…
javascriptanswered narutoninja ninja 21 -
1
votes2
answers5843
viewsA: Modal opens superimposed by black background
I was in the same trouble but I figured out what it is, in which case there’s some div or ul or li or any other element with position:absolute; in the css that’s making this fund overlap , so you…