--> jQuery(document).ready(function($){ jQuery(".DropDown").hover(function() { jQuery(this).toggleClass("open"); }); }); if (!jQuery.browser.mobile) { jQuery('body').on('click', 'a[href^="tel:"]', function() { jQuery(this).attr('href', jQuery(this).attr('href').replace(/^tel:/, 'callto:')); }); } $(document).ready(function () { $('#topSupport').hover(function () { $('.fa-support:before').css('color', '#F09C26'); }, function () { $('.fa-support:before').css('color', 'black'); }); }) jQuery(document).ready(function() { $('#linkDiv').click(function (){ window.location = "http://www.google.com/"; }); }); $(document).on("click","#urgentPopup",function(){ alert("Please call us at +31 527 62 02 32"); }); /* ]]> */