$(function()
{
    $('.jq-placeholder').ahPlaceholder({
          placeholderColor : 'silver',
          likeApple : true
     });
});
