Posts by cortexiphan • 3 points
1 post
-
0
votes1
answer20
viewsQ: Jquery is rescuing the options text along with the label text
While working on something I stumbled on the following situation. Follow the code with the "problem": var oi = $("label").text(); $("div").html(oi); <script…