Hi everyone,
when im using below js code in html working very well
but import asp.net project notworking
whats reasons?
- (function() {
- $('#
).metisMenu(); - });
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Francis SusaimichaelPosted Oct 7, 2016, 6:10 AM
Have you referred the correct element? Since you included an extra "<" in your existing code. Guess, it should be like this:
Also, double check you have correctlyreferred the 'metisMenu' JS file in your webpage. For a demo :
Midhun TpPosted Oct 7, 2016, 5:06 AM
Ekrem TapanPosted Oct 7, 2016, 4:53 AM
Midhun TpPosted Oct 7, 2016, 4:47 AM