    $(function() {
      
      $('.multiple_callback').example(function() {
       return $(this).attr('title'); 
      });

    });