I\'m a beginner in JQuery,
How can I get the control as a javascript object from a JQuery object
var _object = $(this). ??
var _object = $(this)[0];
I think this is right, can't check though because I'm on my phone.