Add inline jQuery in Drupal 7 drupal_add_js('(function($) {$(document).ready(function() { $("body").click(function() { alert("Hello World"); }); });}(jQuery));', 'inline');
Post a Comment