Skip to content

Instantly share code, notes, and snippets.

View jsabra1's full-sized avatar
🎯
Focusing

J Sabra jsabra1

🎯
Focusing
View GitHub Profile
$(document).ready(function () {
})
var oldValue = 0;
var duckAnimation;
var getSliderSum = function () {
var sliderAValue = parseInt($('#sliderA').val());
var sliderBValue = parseInt($('#sliderB').val());
var sliderCValue = parseInt($('#sliderC').val());