Commit e6564dff authored by John Punzalan's avatar John Punzalan

Update Panasonic Menu and Products

parent 2cad7d9d
......@@ -19,4 +19,16 @@ jQuery(document).ready(function(){
jQuery('.your-class').slick('slickGoTo', 0);
});
jQuery(".product-4-link").on("click", function() {
jQuery('.your-class').slick('slickGoTo', 3);
});
jQuery(".product-5-link").on("click", function() {
jQuery('.your-class').slick('slickGoTo', 4);
});
jQuery(".product-6-link").on("click", function() {
jQuery('.your-class').slick('slickGoTo', 5);
});
});
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment