jQuery(document).ready(function() {
    $('input, textarea').placeholder();

    $("select").selectBox();
});

