Skip to main content
added 4 characters in body
Source Link
iwasrobbed
  • 46.8k
  • 21
  • 152
  • 195

This was a quick script I found that worked... .Result is assigned to a label.

$(".Result").html($("option:selected").text());

$(".Result").html($("option:selected").text()); 

This was a quick script I found that worked... .Result is assigned to a label.

$(".Result").html($("option:selected").text());

This was a quick script I found that worked... .Result is assigned to a label.

$(".Result").html($("option:selected").text()); 
Source Link
Joel
  • 41
  • 1

This was a quick script I found that worked... .Result is assigned to a label.

$(".Result").html($("option:selected").text());