mathiasbynens/jquery-placeholder

Doesnt play nice with require.js

karljakober opened this issue · 1 comments

I am not using require for either jquery or the placeholder plugin, I am receiving a '$(...).placeholder is not a function' with the arrow pointing at $, inside the code block

$(function () {
    $('input, textarea').placeholder();
});

Error goes away if i uninclude require.js

Can you grab from master and test?