• testz
    No Comments on testz
    jQuery(document).ready(function($) { $('#iphorm-6628f1827ba67').iPhorm({"id":8,"uniqueId":"6628f1827ba67","PHPSESSID":"89497c7df53d07e5f132daa8ac589ee8","useAjax":true,"successMessageTimeout":10,"clElementIds":[],"clDependentElementIds":[],"centerFancybox":true,"centerFancyboxSpeed":true}); if ($.isFunction($.fn.qtip)) { $('.iphorm-tooltip-hover', iPhorm.instance.$form).qtip({ style: { classes: 'qtip-plain qtip-shadow' }, position: { my: 'left center', at: 'right center' } }); $('.iphorm-tooltip-click', iPhorm.instance.$form).qtip({ style: { classes: 'qtip-plain qtip-shadow' }, position: { my: 'left center', at: 'right center' }, show: { event: 'focus' }, hide: { event: 'unfocus' } }); $('.iphorm-tooltip-icon-hover', iPhorm.instance.$form).qtip({ style:... Read more

Back to Top