Over 10 years RimKash IT Services can be a valuable partner for small and Medium size businesses in Hamilton and GTA Ontario by providing them with access to IT expertise, improving security, and ensuring their technology infrastructure supports their business goals.
Need Custom IT Solutions? Get Your Personalized Quote Today!
Reach out to us today and get a complimentary business review and consultation.
Need Custom IT Solutions? Get Your Personalized Quote Today!
Reach out to us today and get a complimentary business review and consultation.
jQuery(document).ready(function($) {
// Button 1 opens Popup ID 1234
$('.open-popup-1').click(function(e) {
e.preventDefault();
elementorProFrontend.modules.popup.showPopup({ id: 10698 }); // Replace 1234 with actual Popup ID
});
// Button 2 opens Popup ID 5678
$('.open-popup-2').click(function(e) {
e.preventDefault();
elementorProFrontend.modules.popup.showPopup({ id: 245 }); // Replace 5678 with actual Popup ID
});
// Add more buttons and popups as needed
$('.open-popup-3').click(function(e) {
e.preventDefault();
elementorProFrontend.modules.popup.showPopup({ id: 91011 }); // Replace 91011 with actual Popup ID
});
});