Explain drupal and working with javascript ?
Answer / Siddharth Kumar Srivastava
Drupal is a free and open-source content management system (CMS) written in PHP. It's used to build, develop, and maintain websites. When it comes to working with JavaScript in Drupal, it's primarily used for client-side interactivity and behavior enhancements. The main ways Drupal works with JavaScript are through:
1. Core JavaScript libraries: Drupal core provides several JavaScript libraries that help with various tasks such as AJAX requests, forms, dialogues, and more.
2. jQuery library: Drupal 7 uses the jQuery library, which is a popular, fast, and concise JavaScript library for handling DOM manipulation, CSS animations, and AJAX calls. Drupal 8 onwards uses Symfony's Twig template engine and has minimized the use of jQuery.
3. Custom JavaScript modules: Developers can create custom JavaScript modules to add specific functionality or behavior to their Drupal websites.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is module in drupal? List out some of the contributed modules used in drupal?
List the required files for modules in drupal?
Explain git commands?
What is context and settings in drupal behaviors?
What is drush used in drupal?
Mention what are the key features of Drupal?
Which core module in drupal allows you to connect relate and classify your website's content?
How to create the responsive theme?
Explain what is drupal weight?
What is the option makes drupal emit “clean” urls? (I.e. Without ?q= in the url)
Why Drupal is considered powerful CMS compare to other CMS system?
Why should we use drupal?