-
There is an error in the following lines in the `app/javascript/packs/application.js` file.
```js
import 'assets/javascripts/vendor.js'
import 'assets/javascripts/app.js'
```
Here the webpack…
-
I am using MetisMenu with my angularJs application.
I want to add searching option in metismenu. I have added text bob on top of menu for this purpose. Application is filtering menu when I type any t…
-
I'm trying to use metisMenu inside a React component. But it throws an error. This is what I do:
1) Install jQuery and metisMenu through npm.
2) Import jQuery and metismenu scripts:
```javascri…
-
When I use
``
It generates a HTML like:
```
```
Is there to add another classes, to have something like:
```
```
I tried ``, but it did not work:
```
Property 'class…
-
Hi,
When I "require" the module in my script like ```import 'metismenu';```
I have this error in my console :
``` ReferenceError: jQuery is not defined ```
Which is normal.
In the ```dist```…
Cryde updated
6 years ago
-
Dear,
I'm using Bootstrp with JQuery UI Calender DatePicker and i got this error i think there is a conflict
Please how can i solve this issue
Thank you
-
In angular 2, using typescript and webpack, I am getting TypeError: $(...).metisMenu is not a function
jquery is getting loaded fine because I can run onreadyfunction test. I included metismenu just …
-
## Version
2.7.0
**version**:
## Description
I am trying to integrate metismenu in my angular2 project. To start with, i installed & imported the jquery typings which works fine. In essence jq…
-
Get error Cannot read property 'history' of undefined on RouterLink
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-metismenu": "^1.4.0",
"react-metismenu-router-link": "^2.1.0",
"react-rout…
-
Version: 2.7.1
I am using MetisMenu in an angular app, and ran into the problem described in #22 and #116 where metismenu no longer shows children when clicking on parents when loading data asynchr…