﻿$(document).ready(function() {
    $('input').each(function() {
    $(this).watermark($(this).attr('watermark'));
    });
});
