$(document).ready(function() { // options listed for display purposes // style these options with css to fit your application $("#formail").slideLock({ labelText: "Protection", noteText: "Move the slider to the right", lockText: "Closed", unlockText: "Open", iconURL: "chrome/arrow_right.png", inputID: "sliderInput", onCSS: "#333", offCSS: "#aaa", inputValue: 1, saltValue: 9, checkValue: 10, submitID: "#ok" }); });
Send email reminders