jQuery(document).ready(function(){
    jQuery('input.m_callback').example(function() {
        return jQuery(this).attr('title');
    });
});

