Getting inner HTML using "this"

Getting inner HTML using "this"

Hey Guys. I'm a little  new to jQuery. I'm currently trying to retrieve the contents of an inner html by using the "this" function. I have tried using it with the code below, but it doesn't seem to be working.. Do you guys have any suggestions? Thanks!

  1.                   $("#change_order_time").click(function(){
                       console.log($("#order_time").this.html()); // Looking to get the inner contents of "#order_time"
                     });