Skip to content Skip to sidebar Skip to footer
Showing posts with the label Drupal

Using The Jquery Validate Plugin To Check If One Or More Checkboxes (with Different Names) Are Selected

Ok, so I am implementing the jQuery validate plugin for a Drupal 7 site. The problem I am running i… Read more Using The Jquery Validate Plugin To Check If One Or More Checkboxes (with Different Names) Are Selected

Call Global Js Function From Module .js File In Drupal 7

With the great help of Sk8erPeter I managed to execute Javascript code on node creation and node up… Read more Call Global Js Function From Module .js File In Drupal 7

Execute Javascript On Node Creation Of A Specific Content Type

I would like to execute a JavaScript function only on node creation and node edit of one specific c… Read more Execute Javascript On Node Creation Of A Specific Content Type