Doesnt play nice with require.js
karljakober opened this issue · 1 comments
karljakober commented
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
amerikan commented
Can you grab from master
and test?