i’m new to drupal , i found that 2 ways to build menu drupal menu module and other one is with drupal jquery menu. i need to know which is best ?and in what basis?. Can any one help me..
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’re asking for a comparison between Drupal’s Menu module and the jquerymenu module you posted, the question is irrelevant because jquerymenu uses Drupal’s core Menu module, and just adds a bit of jQuery to it. For the record, dhtmlmenu, nice_menus, and simplemenu are some other modules that do the same (i.e., modify a regular old Drupal menu with jQuery and perhaps some CSS).
So the answer is that either way you’re going to be using Drupal’s Menu module. What other modules to use depends on your use case.