Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have changed the theme and it shows a large space of blank space under the node. When I change the node, that it is just "Full HTML", then everything is ok.
I'm not sure how soon jQuery documentation will become a part of this site, but I'm happy to contribute what I can. At http://www.ubercart.org/node/18 I have posted an interactive example that uses jQuery to dynamically add elements to a form based on a select box within the form. This requires no form submission to change the data collected. The example I created is for a product entry form of different product types- specific information is collected for the different product types within the same form.
I have a primary links menu, where each primary menu item has s different background.
I'm using this for it: $alias = drupal_get_path_alias($_GET['q']);
For some primary links, I have secondary links. But when I display a secondary link, then no background is shown anymore. That's normal, because I didn't specify a background for the secondary links. But I want to use the background that is given to the parent node of the secondary links content.