/ Published in: jQuery
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
$(document).ready(function() {
var currentPage = jQuery.url.attr("path");
$(':input').blur(function () {
if($(this).val().length > 0){
pageTracker._trackEvent("Form: " + currentPage, "input_exit",$(this).attr('name'));
}
});
});
Comments
 Subscribe to comments
                    Subscribe to comments
                
                