I'm on an event .change() with jQuery.
I have $(this) and the console.log($(this)) show me :

So, I need to retrieve the value property value. In my example, I need to retrieve "7 Rue de Rivoli, Paris, France".
How can I do that?
Edit : With .val(), i have just the first property value "7 rue"
$(this).val()is what you want.this.value.