/
var
/
www
/
barefootlaw.org
/
wp-content
/
plugins
/
addons-for-visual-composer
/
includes
/
addons
/
odometers
/
js
/
Upload File
HOME
jQuery.fn.extend({ livemeshWaypoint: function () { return jQuery(this); } }); jQuery(function($){$(".lvca-odometers").livemeshWaypoint(function(direction){$(this.element).find(".lvca-odometer .lvca-number").each(function(){var odometer=$(this);setTimeout(function(){var data_stop=odometer.attr("data-stop");$(odometer).text(data_stop)},100)})},{offset:(window.innerHeight||document.documentElement.clientHeight)-100,triggerOnce:true})});