Now I learning Backbone and Marionette, I read some tutorial and I found a code whom I haven't understand. Here's the code:
$('element',this.el)[0]
I know jQuery little bit. I know this
keyword, i know the $('element')
keyword, but not understand that code, please everybody tell me about that.