I used "symfony/webpack-encore-bundle": "dev-master",
and my package.json
"devDependencies": {
"@symfony/webpack-encore": "^0.30.0",
"dependencies": {
"jquery": "^3.5.1",
and I want to provide text editor opportunity for textarea input in my form
$("textarea").jqte();
but faced with error
hover_menu.js:30 Uncaught TypeError: $(...).jqte is not a function
what I missed ?
Source: Symfony Questions
Was this helpful?
0 / 0