$(document).ready(function(){

    $('#videoForm').ajaxForm(function() { 
                alert("Bedankt voor de tip!"); 
            });

  });