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

How Do I Fix Lightbox2 Problems Using $.noconflict()?

I've imported images to my site. I want to open these images with lightbox2. I've installed… Read more How Do I Fix Lightbox2 Problems Using $.noconflict()?

How To Update My View In Drupal 8 Without Scrolling Back To The Top?

I'm trying to refresh my View in Drupal 8 without reloading the page with this code : (function… Read more How To Update My View In Drupal 8 Without Scrolling Back To The Top?

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

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