jQuery Wave Plugin

Wave Examples


$("#wave1").wave();

$("#wave2").wave({
    width: 800,
    phase: -90,
    grid: true
});

$("#wave3").wave({
    width: 800,
    phase: -90,
    color: "yellow",
    bgColor: "brown",
    grid: true,
    gridThickness: .3
});

$("#wave4").wave({
    width: 800,
    amplitude: 100,
    wavelength: 80,
    phase: -90,
    color: "yellow",
    bgColor: "brown",
    grid: true,
    gridThickness: .3
});

$("#wave5").wave({
    width: 800,
    amplitude: 40,
    wavelength: 10,
    phase: -90,
    color: "DodgerBlue",
    bgColor: "#111",
    grid: true,
    gridThickness: .3
});